#37F4F5

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

Shades of Turquoise #37F4F5

Tints of Turquoise #37F4F5

Color information

#37F4F5 (or 0x37F4F5) is unknown color: approx Turquoise. HEX triplet: 37, F4 and F5. RGB value is (55,244,245). Sum of RGB (Red+Green+Blue) = 55+244+245=544 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.11% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #37F4F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F4F5 is #C80B0A. Grayscale: #BBBBBB. Windows color (decimal): -13110027 or 16118839. OLE color: 16118839.

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

Color convert

RGB55244245-
CMYK0.780.0000.04
HSL180.32º90.48%58.82%-
HSV(B)180.32º77.55%96.08%-
XYZ50.4172.1197.65-
YUV187.6160.3833.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.11%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=10.11%
G=44.85%
B=45.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552442450.780.0000.04180.3290.4858.82
Hex37F4F54E004b45a3b
Octal6736436511600426413273
Binary1101111111010011110101100111000100101101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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