#53F8D6

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

Shades of Turquoise #53F8D6

Tints of Turquoise #53F8D6

Color information

#53F8D6 (or 0x53F8D6) is unknown color: approx Turquoise. HEX triplet: 53, F8 and D6. RGB value is (83,248,214). Sum of RGB (Red+Green+Blue) = 83+248+214=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #53F8D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F8D6 is #AC0729. Grayscale: #C2C2C2. Windows color (decimal): -11274026 or 14088275. OLE color: 14088275.

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

Color convert

RGB83248214-
CMYK0.6700.140.03
HSL167.64º92.18%64.9%-
HSV(B)167.64º66.53%97.25%-
XYZ49.2773.8375.27-
YUV194.79138.8448.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.23%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=15.23%
G=45.50%
B=39.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal832482140.6700.140.03167.6492.1864.9
Hex53F8D6430E3a85c41
Octal1233703261030163250134101
Binary10100111111100011010110100001101110111010100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,248,214); }

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

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

 a { background-color: rgb(83,248,214); }

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

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

 span { border-color: rgb(83,248,214); }

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