#53FCD9

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

Shades of Turquoise #53FCD9

Tints of Turquoise #53FCD9

Color information

#53FCD9 (or 0x53FCD9) is unknown color: approx Turquoise. HEX triplet: 53, FC and D9. RGB value is (83,252,217). Sum of RGB (Red+Green+Blue) = 83+252+217=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCD9 is #AC0326. Grayscale: #C5C5C5. Windows color (decimal): -11272999 or 14285907. OLE color: 14285907.

HSL color Cylindrical-coordinate representation of color #53FCD9: hue angle of 167.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCD9 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB83252217-
CMYK0.6700.140.01
HSL167.57º96.57%65.69%-
HSV(B)167.57º67.06%98.82%-
XYZ50.976.4777.72-
YUV197.48139.0146.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.04%
GREEN value IS 252 (98.83% from 255) = 45.65%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=15.04%
G=45.65%
B=39.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832522170.6700.140.01167.5796.5765.69
Hex53FCD9430E1a86142
Octal1233743311030161250141102
Binary1010011111111001101100110000110111011010100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53FCD9; }

 p { color: rgb(83,252,217); }

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

<style>
 a { background-color: #53FCD9; }

 a { background-color: rgb(83,252,217); }

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

<style>
 span { border-color: #53FCD9; }

 span { border-color: rgb(83,252,217); }

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