#53F6D8

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

Shades of Turquoise #53F6D8

Tints of Turquoise #53F6D8

Color information

#53F6D8 (or 0x53F6D8) is unknown color: approx Turquoise. HEX triplet: 53, F6 and D8. RGB value is (83,246,216). Sum of RGB (Red+Green+Blue) = 83+246+216=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F6D8 is #AC0927. Grayscale: #C1C1C1. Windows color (decimal): -11274536 or 14218835. OLE color: 14218835.

HSL color Cylindrical-coordinate representation of color #53F6D8: hue angle of 168.96º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6D8 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB83246216-
CMYK0.6600.120.04
HSL168.96º90.06%64.51%-
HSV(B)168.96º66.26%96.47%-
XYZ48.9272.7176.42-
YUV193.84140.548.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.23%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=15.23%
G=45.14%
B=39.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal832462160.6600.120.04168.9690.0664.51
Hex53F6D8420C4a95a41
Octal1233663301020144251132101
Binary101001111110110110110001000010011001001010100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,246,216); }

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

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

 a { background-color: rgb(83,246,216); }

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

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

 span { border-color: rgb(83,246,216); }

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