Html Css Color HEX #3EE7CB Turquoise

📋 copy color: '#3EE7CB'

red 62 ◦ green 231 ◦ blue 203

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

Shades of Turquoise #3EE7CB

Tints of Turquoise #3EE7CB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

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

R = 12.5%
G = 46.57%
B = 40.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#3EE7CB (or 0x3EE7CB) is known color: Turquoise. HEX triplet: 3E, E7 and CB. RGB value is (62,231,203). Sum of RGB (Red+Green+Blue) = 62+231+203=496 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.5% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE7CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE7CB is #C11834. Grayscale: #B1B1B1. Windows color (decimal): -12654645 or 13363006. OLE color: 13363006.

HSL color Cylindrical-coordinate representation of color #3EE7CB: hue angle of 170.06º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE7CB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 62 231 203 -
CMYK 0.73 0 0.12 0.09
HSL 170.06º 0.78% 0.57% -
HSV(B) 170.06º 0.73% 0.91% -
XYZ 41.34 62.49 66.38 -
YUV 177.28 142.51 45.78 -
System Red Green Blue C M Y K H S L
Decimal 62 231 203 0.73 0 0.12 0.09 170.06 0.78 0.57
Hex 3E E7 CB 49 0 C 9 AA 4E 39
Octal 76 347 313 111 0 14 11 252 116 71
Binary 111110 11100111 11001011 1001001 0 1100 1001 10101010 1001110 111001

Color Harmonies of #3EE7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE7CB

Black with #3EE7CB

Text Example


Text Example

White with #3EE7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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