#37EEEC

Color #37EEEC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37EEEC

Tints of Turquoise #37EEEC

Color information

#37EEEC (or 0x37EEEC) is unknown color: approx Turquoise. HEX triplet: 37, EE and EC. RGB value is (55,238,236). Sum of RGB (Red+Green+Blue) = 55+238+236=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EEEC is #C81113. Grayscale: #B6B6B6. Windows color (decimal): -13111572 or 15527479. OLE color: 15527479.

HSL color Cylindrical-coordinate representation of color #37EEEC: hue angle of 179.34º degrees, saturation: 0.84, 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 #37EEEC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB55238236-
CMYK0.7700.010.07
HSL179.34º84.33%57.45%-
HSV(B)179.34º76.89%93.33%-
XYZ47.2968.0289.99-
YUV183.05157.8736.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.40%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=10.40%
G=44.99%
B=44.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552382360.7700.010.07179.3484.3357.45
Hex37EEEC4D017b35439
Octal6735635411501726312471
Binary1101111110111011101100100110101111101100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37EEEC;
 }
 .AnyTagClassName
 {
   color: #37EEEC;
 }
</style>
background-color css

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

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

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

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

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

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