Html Css Color HEX #3EDDD9 Turquoise

📋 copy color: '#3EDDD9'

red 62 ◦ green 221 ◦ blue 217

#3EDDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EDDD9

Tints of Turquoise #3EDDD9

RGB

 RED value IS 62 (24.61% from 255) = 12.4%

 GREEN value IS 221 (86.72% from 255) = 44.2%

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 12.4%
G = 44.2%
B = 43.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3EDDD9 (or 0x3EDDD9) is known color: Turquoise. HEX triplet: 3E, DD and D9. RGB value is (62,221,217). Sum of RGB (Red+Green+Blue) = 62+221+217=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDD9 is #C12226. Grayscale: #ACACAC. Windows color (decimal): -12657191 or 14277950. OLE color: 14277950.

HSL color Cylindrical-coordinate representation of color #3EDDD9: hue angle of 178.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDD9 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 217 -
CMYK 0.72 0 0.02 0.13
HSL 178.49º 0.7% 0.55% -
HSV(B) 178.49º 0.72% 0.87% -
XYZ 40.37 57.75 74.66 -
YUV 173 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 62 221 217 0.72 0 0.02 0.13 178.49 0.7 0.55
Hex 3E DD D9 48 0 2 D B2 46 37
Octal 76 335 331 110 0 2 15 262 106 67
Binary 111110 11011101 11011001 1001000 0 10 1101 10110010 1000110 110111

Color Harmonies of #3EDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDD9

Black with #3EDDD9

Text Example


Text Example

White with #3EDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EDDD9; }

 p { color: rgb(62,221,217); }

 H1.HeaderClassName
 {
   color: #3EDDD9;
 }
 .AnyTagClassName
 {
   color: #3EDDD9;
 }
</style>

background-color css

<style>
 a { background-color: #3EDDD9; }

 a { background-color: rgb(62,221,217); }

 div.DivClassName
 {
   background-color: #3EDDD9;
 }
 .BgClassName
 {
   background-color: #3EDDD9;
 }
</style>

border-color css

<style>
 span { border-color: #3EDDD9; }

 span { border-color: rgb(62,221,217); }

 td.TdClassName
 {
   border-color: #3EDDD9;
 }
 .TagClassName
 {
   border-color: #3EDDD9;
 }
</style>