#37F6BA

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

Shades of Turquoise #37F6BA

Tints of Turquoise #37F6BA

Color information

#37F6BA (or 0x37F6BA) is unknown color: approx Turquoise. HEX triplet: 37, F6 and BA. RGB value is (55,246,186). Sum of RGB (Red+Green+Blue) = 55+246+186=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #37F6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F6BA is #C80945. Grayscale: #B6B6B6. Windows color (decimal): -13109574 or 12252727. OLE color: 12252727.

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

Color convert

RGB55246186-
CMYK0.7800.240.04
HSL161.15º91.39%59.02%-
HSV(B)161.15º77.64%96.47%-
XYZ43.3970.2757.73-
YUV182.05130.2237.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.29%
GREEN value IS 246 (96.48% from 255) = 50.51%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=11.29%
G=50.51%
B=38.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552461860.7800.240.04161.1591.3959.02
Hex37F6BA4E0184a15b3b
Octal67366272116030424113373
Binary11011111110110101110101001110011000100101000011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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