Html Css Color HEX #37ECCE Turquoise

📋 copy color: '#37ECCE'

red 55 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #37ECCE

Tints of Turquoise #37ECCE

RGB

 RED value IS 55 (21.88% from 255) = 11.07%

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 11.07%
G = 47.48%
B = 41.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#37ECCE (or 0x37ECCE) is known color: Turquoise. HEX triplet: 37, EC and CE. RGB value is (55,236,206). Sum of RGB (Red+Green+Blue) = 55+236+206=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECCE is #C81331. Grayscale: #B2B2B2. Windows color (decimal): -13112114 or 13560887. OLE color: 13560887.

HSL color Cylindrical-coordinate representation of color #37ECCE: hue angle of 170.06º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ECCE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 236 206 -
CMYK 0.77 0 0.13 0.07
HSL 170.06º 0.83% 0.57% -
HSV(B) 170.06º 0.77% 0.93% -
XYZ 42.71 65.26 68.74 -
YUV 178.46 143.53 39.94 -
System Red Green Blue C M Y K H S L
Decimal 55 236 206 0.77 0 0.13 0.07 170.06 0.83 0.57
Hex 37 EC CE 4D 0 D 7 AA 53 39
Octal 67 354 316 115 0 15 7 252 123 71
Binary 110111 11101100 11001110 1001101 0 1101 111 10101010 1010011 111001

Color Harmonies of #37ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECCE

Black with #37ECCE

Text Example


Text Example

White with #37ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37ECCE; }

 p { color: rgb(55,236,206); }

 H1.HeaderClassName
 {
   color: #37ECCE;
 }
 .AnyTagClassName
 {
   color: #37ECCE;
 }
</style>

background-color css

<style>
 a { background-color: #37ECCE; }

 a { background-color: rgb(55,236,206); }

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

border-color css

<style>
 span { border-color: #37ECCE; }

 span { border-color: rgb(55,236,206); }

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