#37FACD

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

Shades of Turquoise #37FACD

Tints of Turquoise #37FACD

Color information

#37FACD (or 0x37FACD) is unknown color: approx Turquoise. HEX triplet: 37, FA and CD. RGB value is (55,250,205). Sum of RGB (Red+Green+Blue) = 55+250+205=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #37FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FACD is #C80532. Grayscale: #BABABA. Windows color (decimal): -13108531 or 13498935. OLE color: 13498935.

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

Color convert

RGB55250205-
CMYK0.7800.180.02
HSL166.15º95.12%59.8%-
HSV(B)166.15º78%98.04%-
XYZ46.7873.5969.5-
YUV186.56138.434.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.78%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=10.78%
G=49.02%
B=40.20%

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
Decimal552502050.7800.180.02166.1595.1259.8
Hex37FACD4E0122a65f3c
Octal67372315116022224613774
Binary1101111111101011001101100111001001010101001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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