#37ECCD

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

Shades of Turquoise #37ECCD

Tints of Turquoise #37ECCD

Color information

#37ECCD (or 0x37ECCD) is unknown color: approx Turquoise. HEX triplet: 37, EC and CD. RGB value is (55,236,205). Sum of RGB (Red+Green+Blue) = 55+236+205=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECCD is #C81332. Grayscale: #B2B2B2. Windows color (decimal): -13112115 or 13495351. OLE color: 13495351.

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

Color convert

RGB55236205-
CMYK0.7700.130.07
HSL169.72º82.65%57.06%-
HSV(B)169.72º76.69%92.55%-
XYZ42.5965.2168.1-
YUV178.35143.0340.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.09%
GREEN value IS 236 (92.58% from 255) = 47.58%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=11.09%
G=47.58%
B=41.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552362050.7700.130.07169.7282.6557.06
Hex37ECCD4D0D7aa5339
Octal67354315115015725212371
Binary1101111110110011001101100110101101111101010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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