Html Css Color HEX #3EEAD0 Turquoise

📋 copy color: '#3EEAD0'

red 62 ◦ green 234 ◦ blue 208

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

Shades of Turquoise #3EEAD0

Tints of Turquoise #3EEAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 12.3%
G = 46.43%
B = 41.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#3EEAD0 (or 0x3EEAD0) is known color: Turquoise. HEX triplet: 3E, EA and D0. RGB value is (62,234,208). Sum of RGB (Red+Green+Blue) = 62+234+208=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEAD0 is #C1152F. Grayscale: #B3B3B3. Windows color (decimal): -12653872 or 13691454. OLE color: 13691454.

HSL color Cylindrical-coordinate representation of color #3EEAD0: hue angle of 170.93º 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 #3EEAD0 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 234 208 -
CMYK 0.74 0 0.11 0.08
HSL 170.93º 0.8% 0.58% -
HSV(B) 170.93º 0.74% 0.92% -
XYZ 42.79 64.42 69.85 -
YUV 179.61 144.02 44.11 -
System Red Green Blue C M Y K H S L
Decimal 62 234 208 0.74 0 0.11 0.08 170.93 0.8 0.58
Hex 3E EA D0 4A 0 B 8 AB 50 3A
Octal 76 352 320 112 0 13 10 253 120 72
Binary 111110 11101010 11010000 1001010 0 1011 1000 10101011 1010000 111010

Color Harmonies of #3EEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEAD0

Black with #3EEAD0

Text Example


Text Example

White with #3EEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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