#37EECC

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

Shades of Turquoise #37EECC

Tints of Turquoise #37EECC

Color information

#37EECC (or 0x37EECC) is unknown color: approx Turquoise. HEX triplet: 37, EE and CC. RGB value is (55,238,204). Sum of RGB (Red+Green+Blue) = 55+238+204=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECC is #C81133. Grayscale: #B3B3B3. Windows color (decimal): -13111604 or 13430327. OLE color: 13430327.

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

Color convert

RGB55238204-
CMYK0.7700.140.07
HSL168.85º84.33%57.45%-
HSV(B)168.85º76.89%93.33%-
XYZ43.0566.3267.66-
YUV179.41141.8739.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.07%
GREEN value IS 238 (93.36% from 255) = 47.89%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=11.07%
G=47.89%
B=41.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552382040.7700.140.07168.8584.3357.45
Hex37EECC4D0E7a95439
Octal67356314115016725112471
Binary1101111110111011001100100110101110111101010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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