Html Css Color HEX #3EEAD2 Turquoise

📋 copy color: '#3EEAD2'

red 62 ◦ green 234 ◦ blue 210

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

Shades of Turquoise #3EEAD2

Tints of Turquoise #3EEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.25%

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 12.25%
G = 46.25%
B = 41.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3EEAD2 (or 0x3EEAD2) is known color: Turquoise. HEX triplet: 3E, EA and D2. RGB value is (62,234,210). Sum of RGB (Red+Green+Blue) = 62+234+210=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAD2 is #C1152D. Grayscale: #B3B3B3. Windows color (decimal): -12653870 or 13822526. OLE color: 13822526.

HSL color Cylindrical-coordinate representation of color #3EEAD2: hue angle of 171.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEAD2 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 234 210 -
CMYK 0.74 0 0.10 0.08
HSL 171.63º 0.8% 0.58% -
HSV(B) 171.63º 0.74% 0.92% -
XYZ 43.04 64.52 71.16 -
YUV 179.84 145.02 43.95 -
System Red Green Blue C M Y K H S L
Decimal 62 234 210 0.74 0 0.10 0.08 171.63 0.8 0.58
Hex 3E EA D2 4A 0 A 8 AC 50 3A
Octal 76 352 322 112 0 12 10 254 120 72
Binary 111110 11101010 11010010 1001010 0 1010 1000 10101100 1010000 111010

Color Harmonies of #3EEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAD2

Black with #3EEAD2

Text Example


Text Example

White with #3EEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,234,210); }

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

background-color css

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

 a { background-color: rgb(62,234,210); }

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

border-color css

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

 span { border-color: rgb(62,234,210); }

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