#37F5E7

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

Shades of Turquoise #37F5E7

Tints of Turquoise #37F5E7

Color information

#37F5E7 (or 0x37F5E7) is unknown color: approx Turquoise. HEX triplet: 37, F5 and E7. RGB value is (55,245,231). Sum of RGB (Red+Green+Blue) = 55+245+231=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F5E7 is #C80A18. Grayscale: #BABABA. Windows color (decimal): -13109785 or 15201591. OLE color: 15201591.

HSL color Cylindrical-coordinate representation of color #37F5E7: hue angle of 175.58º 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 #37F5E7 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB55245231-
CMYK0.7800.060.04
HSL175.58º90.48%58.82%-
HSV(B)175.58º77.55%96.08%-
XYZ48.6571.8986.91-
YUV186.59153.0534.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.36%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=10.36%
G=46.14%
B=43.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552452310.7800.060.04175.5890.4858.82
Hex37F5E74E064b05a3b
Octal6736534711606426013273
Binary110111111101011110011110011100110100101100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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