#37D9E0

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

Shades of Turquoise #37D9E0

Tints of Turquoise #37D9E0

Color information

#37D9E0 (or 0x37D9E0) is unknown color: approx Turquoise. HEX triplet: 37, D9 and E0. RGB value is (55,217,224). Sum of RGB (Red+Green+Blue) = 55+217+224=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #37D9E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9E0 is #C8261F. Grayscale: #A9A9A9. Windows color (decimal): -13116960 or 14735671. OLE color: 14735671.

HSL color Cylindrical-coordinate representation of color #37D9E0: hue angle of 182.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D9E0 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB55217224-
CMYK0.750.0300.12
HSL182.49º73.16%54.71%-
HSV(B)182.49º75.45%87.84%-
XYZ39.8455.8279.2-
YUV169.36158.8346.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.09%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=11.09%
G=43.75%
B=45.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552172240.750.0300.12182.4973.1654.71
Hex37D9E04B30Cb64937
Octal67331340113301426611167
Binary110111110110011110000010010111101100101101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,217,224); }

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

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

 a { background-color: rgb(55,217,224); }

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

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

 span { border-color: rgb(55,217,224); }

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