Html Css Color HEX #3EE3CB Turquoise

📋 copy color: '#3EE3CB'

red 62 ◦ green 227 ◦ blue 203

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

Shades of Turquoise #3EE3CB

Tints of Turquoise #3EE3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.14%

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

R = 12.6%
G = 46.14%
B = 41.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#3EE3CB (or 0x3EE3CB) is known color: Turquoise. HEX triplet: 3E, E3 and CB. RGB value is (62,227,203). Sum of RGB (Red+Green+Blue) = 62+227+203=492 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.60% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3CB is #C11C34. Grayscale: #AEAEAE. Windows color (decimal): -12655669 or 13361982. OLE color: 13361982.

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

Color convert

RGB 62 227 203 -
CMYK 0.73 0 0.11 0.11
HSL 171.27º 0.75% 0.57% -
HSV(B) 171.27º 0.73% 0.89% -
XYZ 40.24 60.27 66.01 -
YUV 174.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 62 227 203 0.73 0 0.11 0.11 171.27 0.75 0.57
Hex 3E E3 CB 49 0 B B AB 4B 39
Octal 76 343 313 111 0 13 13 253 113 71
Binary 111110 11100011 11001011 1001001 0 1011 1011 10101011 1001011 111001

Color Harmonies of #3EE3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE3CB

Black with #3EE3CB

Text Example


Text Example

White with #3EE3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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