#37F7BA

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

Shades of Turquoise #37F7BA

Tints of Turquoise #37F7BA

Color information

#37F7BA (or 0x37F7BA) is unknown color: approx Turquoise. HEX triplet: 37, F7 and BA. RGB value is (55,247,186). Sum of RGB (Red+Green+Blue) = 55+247+186=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #37F7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F7BA is #C80845. Grayscale: #B6B6B6. Windows color (decimal): -13109318 or 12252983. OLE color: 12252983.

HSL color Cylindrical-coordinate representation of color #37F7BA: hue angle of 160.94º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F7BA is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB55247186-
CMYK0.7800.250.03
HSL160.94º92.31%59.22%-
HSV(B)160.94º77.73%96.86%-
XYZ43.770.8857.83-
YUV182.64129.8936.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.27%
GREEN value IS 247 (96.88% from 255) = 50.61%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=11.27%
G=50.61%
B=38.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal552471860.7800.250.03160.9492.3159.22
Hex37F7BA4E0193a15c3b
Octal67367272116031324113473
Binary1101111111011110111010100111001100111101000011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,247,186); }

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

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

 a { background-color: rgb(55,247,186); }

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

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

 span { border-color: rgb(55,247,186); }

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