#37DEB7

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

Shades of Turquoise #37DEB7

Tints of Turquoise #37DEB7

Color information

#37DEB7 (or 0x37DEB7) is unknown color: approx Turquoise. HEX triplet: 37, DE and B7. RGB value is (55,222,183). Sum of RGB (Red+Green+Blue) = 55+222+183=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #37DEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEB7 is #C82148. Grayscale: #A7A7A7. Windows color (decimal): -13115721 or 12049975. OLE color: 12049975.

HSL color Cylindrical-coordinate representation of color #37DEB7: hue angle of 165.99º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DEB7 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB55222183-
CMYK0.7500.180.13
HSL165.99º71.67%54.31%-
HSV(B)165.99º75.23%87.06%-
XYZ36.2456.4753.79-
YUV167.62136.6747.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.96%
GREEN value IS 222 (87.11% from 255) = 48.26%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=11.96%
G=48.26%
B=39.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal552221830.7500.180.13165.9971.6754.31
Hex37DEB74B012Da64836
Octal673362671130221524611066
Binary110111110111101011011110010110100101101101001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,222,183); }

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

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

 a { background-color: rgb(55,222,183); }

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

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

 span { border-color: rgb(55,222,183); }

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