#37ECEE

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

Shades of Turquoise #37ECEE

Tints of Turquoise #37ECEE

Color information

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

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

Color convert

RGB55236238-
CMYK0.770.0100.07
HSL180.66º84.33%57.45%-
HSV(B)180.66º76.89%93.33%-
XYZ4766.9891.34-
YUV182.11159.5337.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552362380.770.0100.07180.6684.3357.45
Hex37ECEE4D107b55439
Octal6735435611510726512471
Binary1101111110110011101110100110110111101101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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