Html Css Color HEX #3EE5CB Turquoise

📋 copy color: '#3EE5CB'

red 62 ◦ green 229 ◦ blue 203

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

Shades of Turquoise #3EE5CB

Tints of Turquoise #3EE5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 12.55%
G = 46.36%
B = 41.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#3EE5CB (or 0x3EE5CB) is known color: Turquoise. HEX triplet: 3E, E5 and CB. RGB value is (62,229,203). Sum of RGB (Red+Green+Blue) = 62+229+203=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE5CB is #C11A34. Grayscale: #B0B0B0. Windows color (decimal): -12655157 or 13362494. OLE color: 13362494.

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

Color convert

RGB 62 229 203 -
CMYK 0.73 0 0.11 0.10
HSL 170.66º 0.76% 0.57% -
HSV(B) 170.66º 0.73% 0.9% -
XYZ 40.79 61.37 66.2 -
YUV 176.1 143.17 46.61 -
System Red Green Blue C M Y K H S L
Decimal 62 229 203 0.73 0 0.11 0.10 170.66 0.76 0.57
Hex 3E E5 CB 49 0 B A AB 4C 39
Octal 76 345 313 111 0 13 12 253 114 71
Binary 111110 11100101 11001011 1001001 0 1011 1010 10101011 1001100 111001

Color Harmonies of #3EE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE5CB

Black with #3EE5CB

Text Example


Text Example

White with #3EE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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