#53FCDA

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

Shades of Turquoise #53FCDA

Tints of Turquoise #53FCDA

Color information

#53FCDA (or 0x53FCDA) is unknown color: approx Turquoise. HEX triplet: 53, FC and DA. RGB value is (83,252,218). Sum of RGB (Red+Green+Blue) = 83+252+218=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCDA is #AC0325. Grayscale: #C5C5C5. Windows color (decimal): -11272998 or 14351443. OLE color: 14351443.

HSL color Cylindrical-coordinate representation of color #53FCDA: hue angle of 167.93º 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 #53FCDA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB83252218-
CMYK0.6700.130.01
HSL167.93º96.57%65.69%-
HSV(B)167.93º67.06%98.82%-
XYZ51.0376.5278.41-
YUV197.59139.5146.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.01%
GREEN value IS 252 (98.83% from 255) = 45.57%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=15.01%
G=45.57%
B=39.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832522180.6700.130.01167.9396.5765.69
Hex53FCDA430D1a86142
Octal1233743321030151250141102
Binary1010011111111001101101010000110110111010100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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