#37FACE

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

Shades of Turquoise #37FACE

Tints of Turquoise #37FACE

Color information

#37FACE (or 0x37FACE) is unknown color: approx Turquoise. HEX triplet: 37, FA and CE. RGB value is (55,250,206). Sum of RGB (Red+Green+Blue) = 55+250+206=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #37FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FACE is #C80531. Grayscale: #BABABA. Windows color (decimal): -13108530 or 13564471. OLE color: 13564471.

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

Color convert

RGB55250206-
CMYK0.7800.180.02
HSL166.46º95.12%59.8%-
HSV(B)166.46º78%98.04%-
XYZ46.973.6470.13-
YUV186.68138.934.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.76%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=10.76%
G=48.92%
B=40.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal552502060.7800.180.02166.4695.1259.8
Hex37FACE4E0122a65f3c
Octal67372316116022224613774
Binary1101111111101011001110100111001001010101001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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