#37F4E0

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

Shades of Turquoise #37F4E0

Tints of Turquoise #37F4E0

Color information

#37F4E0 (or 0x37F4E0) is unknown color: approx Turquoise. HEX triplet: 37, F4 and E0. RGB value is (55,244,224). Sum of RGB (Red+Green+Blue) = 55+244+224=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4E0 is #C80B1F. Grayscale: #B9B9B9. Windows color (decimal): -13110048 or 14742583. OLE color: 14742583.

HSL color Cylindrical-coordinate representation of color #37F4E0: hue angle of 173.65º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4E0 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB55244224-
CMYK0.7700.080.04
HSL173.65º89.57%58.63%-
HSV(B)173.65º77.46%95.69%-
XYZ47.3870.981.71-
YUV185.21149.8835.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.52%
GREEN value IS 244 (95.70% from 255) = 46.65%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=10.52%
G=46.65%
B=42.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552442240.7700.080.04173.6589.5758.63
Hex37F4E04D084ae5a3b
Octal67364340115010425613273
Binary1101111111010011100000100110101000100101011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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