#37FAC6

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

Shades of Turquoise #37FAC6

Tints of Turquoise #37FAC6

Color information

#37FAC6 (or 0x37FAC6) is unknown color: approx Turquoise. HEX triplet: 37, FA and C6. RGB value is (55,250,198). Sum of RGB (Red+Green+Blue) = 55+250+198=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAC6 is #C80539. Grayscale: #B9B9B9. Windows color (decimal): -13108538 or 13040183. OLE color: 13040183.

HSL color Cylindrical-coordinate representation of color #37FAC6: hue angle of 164º degrees, saturation: 0.95, 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 #37FAC6 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB55250198-
CMYK0.7800.210.02
HSL164º95.12%59.8%-
HSV(B)164º78%98.04%-
XYZ45.9573.2665.14-
YUV185.77134.934.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.93%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=10.93%
G=49.70%
B=39.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552501980.7800.210.0216495.1259.8
Hex37FAC64E0152a45f3c
Octal67372306116025224413774
Binary1101111111101011000110100111001010110101001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,250,198); }

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

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

 a { background-color: rgb(55,250,198); }

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

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

 span { border-color: rgb(55,250,198); }

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