Html Css Color HEX #3EE5CD Turquoise

📋 copy color: '#3EE5CD'

red 62 ◦ green 229 ◦ blue 205

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

Shades of Turquoise #3EE5CD

Tints of Turquoise #3EE5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.17%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 12.5%
G = 46.17%
B = 41.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#3EE5CD (or 0x3EE5CD) is known color: Turquoise. HEX triplet: 3E, E5 and CD. RGB value is (62,229,205). Sum of RGB (Red+Green+Blue) = 62+229+205=496 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.5% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE5CD is #C11A32. Grayscale: #B0B0B0. Windows color (decimal): -12655155 or 13493566. OLE color: 13493566.

HSL color Cylindrical-coordinate representation of color #3EE5CD: hue angle of 171.38º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE5CD is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 62 229 205 -
CMYK 0.73 0 0.10 0.10
HSL 171.38º 0.76% 0.57% -
HSV(B) 171.38º 0.73% 0.9% -
XYZ 41.03 61.47 67.46 -
YUV 176.33 144.17 46.45 -
System Red Green Blue C M Y K H S L
Decimal 62 229 205 0.73 0 0.10 0.10 171.38 0.76 0.57
Hex 3E E5 CD 49 0 A A AB 4C 39
Octal 76 345 315 111 0 12 12 253 114 71
Binary 111110 11100101 11001101 1001001 0 1010 1010 10101011 1001100 111001

Color Harmonies of #3EE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE5CD

Black with #3EE5CD

Text Example


Text Example

White with #3EE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,229,205); }

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

background-color css

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

 a { background-color: rgb(62,229,205); }

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

border-color css

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

 span { border-color: rgb(62,229,205); }

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