#37F2D7

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

Shades of Turquoise #37F2D7

Tints of Turquoise #37F2D7

Color information

#37F2D7 (or 0x37F2D7) is unknown color: approx Turquoise. HEX triplet: 37, F2 and D7. RGB value is (55,242,215). Sum of RGB (Red+Green+Blue) = 55+242+215=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2D7 is #C80D28. Grayscale: #B6B6B6. Windows color (decimal): -13110569 or 14152247. OLE color: 14152247.

HSL color Cylindrical-coordinate representation of color #37F2D7: hue angle of 171.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2D7 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB55242215-
CMYK0.7700.110.05
HSL171.34º87.79%58.24%-
HSV(B)171.34º77.27%94.9%-
XYZ45.5969.2275.25-
YUV183.01146.0536.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.74%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=10.74%
G=47.27%
B=41.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal552422150.7700.110.05171.3487.7958.24
Hex37F2D74D0B5ab583a
Octal67362327115013525313072
Binary1101111111001011010111100110101011101101010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,242,215); }

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

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

 a { background-color: rgb(55,242,215); }

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

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

 span { border-color: rgb(55,242,215); }

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