#37ECCB

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

Shades of Turquoise #37ECCB

Tints of Turquoise #37ECCB

Color information

#37ECCB (or 0x37ECCB) is unknown color: approx Turquoise. HEX triplet: 37, EC and CB. RGB value is (55,236,203). Sum of RGB (Red+Green+Blue) = 55+236+203=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECCB is #C81334. Grayscale: #B2B2B2. Windows color (decimal): -13112117 or 13364279. OLE color: 13364279.

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

Color convert

RGB55236203-
CMYK0.7700.140.07
HSL169.06º82.65%57.06%-
HSV(B)169.06º76.69%92.55%-
XYZ42.3565.1166.84-
YUV178.12142.0340.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.13%
GREEN value IS 236 (92.58% from 255) = 47.77%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=11.13%
G=47.77%
B=41.09%

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
Decimal552362030.7700.140.07169.0682.6557.06
Hex37ECCB4D0E7a95339
Octal67354313115016725112371
Binary1101111110110011001011100110101110111101010011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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