#37F9AE

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

Shades of Turquoise #37F9AE

Tints of Turquoise #37F9AE

Color information

#37F9AE (or 0x37F9AE) is unknown color: approx Turquoise. HEX triplet: 37, F9 and AE. RGB value is (55,249,174). Sum of RGB (Red+Green+Blue) = 55+249+174=478 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.51% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F9AE is #C80651. Grayscale: #B6B6B6. Windows color (decimal): -13108818 or 11467063. OLE color: 11467063.

HSL color Cylindrical-coordinate representation of color #37F9AE: hue angle of 156.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F9AE is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB55249174-
CMYK0.7800.300.02
HSL156.8º94.17%59.61%-
HSV(B)156.8º77.91%97.65%-
XYZ43.0971.6251.6-
YUV182.44123.2337.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.51%
GREEN value IS 249 (97.66% from 255) = 52.09%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=11.51%
G=52.09%
B=36.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552491740.7800.300.02156.894.1759.61
Hex37F9AE4E01E29d5e3c
Octal67371256116036223513674
Binary1101111111100110101110100111001111010100111011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,249,174); }

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

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

 a { background-color: rgb(55,249,174); }

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

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

 span { border-color: rgb(55,249,174); }

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