#37DCE1

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

Shades of Turquoise #37DCE1

Tints of Turquoise #37DCE1

Color information

#37DCE1 (or 0x37DCE1) is unknown color: approx Turquoise. HEX triplet: 37, DC and E1. RGB value is (55,220,225). Sum of RGB (Red+Green+Blue) = 55+220+225=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #37DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCE1 is #C8231E. Grayscale: #ABABAB. Windows color (decimal): -13116191 or 14801975. OLE color: 14801975.

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

Color convert

RGB55220225-
CMYK0.760.0200.12
HSL181.76º73.91%54.9%-
HSV(B)181.76º75.56%88.24%-
XYZ40.7657.4380.17-
YUV171.24158.3445.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 225 (88.28% from 255) = 45%
R=11%
G=44%
B=45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal552202250.760.0200.12181.7673.9154.9
Hex37DCE14C20Cb64a37
Octal67334341114201426611267
Binary110111110111001110000110011001001100101101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,220,225); }

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

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

 a { background-color: rgb(55,220,225); }

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

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

 span { border-color: rgb(55,220,225); }

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