#37D2CE

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

Shades of Medium Turquoise #37D2CE

Tints of Medium Turquoise #37D2CE

Color information

#37D2CE (or 0x37D2CE) is unknown color: approx Medium Turquoise. HEX triplet: 37, D2 and CE. RGB value is (55,210,206). Sum of RGB (Red+Green+Blue) = 55+210+206=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #37D2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D2CE is #C82D31. Grayscale: #A3A3A3. Windows color (decimal): -13118770 or 13554231. OLE color: 13554231.

HSL color Cylindrical-coordinate representation of color #37D2CE: hue angle of 178.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D2CE is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB55210206-
CMYK0.7400.020.18
HSL178.45º63.27%51.96%-
HSV(B)178.45º73.81%82.35%-
XYZ35.7651.3666.42-
YUV163.2152.1550.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.68%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=11.68%
G=44.59%
B=43.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552102060.7400.020.18178.4563.2751.96
Hex37D2CE4A0212b23f34
Octal6732231611202222627764
Binary110111110100101100111010010100101001010110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,210,206); }

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

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

 a { background-color: rgb(55,210,206); }

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

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

 span { border-color: rgb(55,210,206); }

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