#53FDC0

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

Shades of Turquoise #53FDC0

Tints of Turquoise #53FDC0

Color information

#53FDC0 (or 0x53FDC0) is unknown color: approx Turquoise. HEX triplet: 53, FD and C0. RGB value is (83,253,192). Sum of RGB (Red+Green+Blue) = 83+253+192=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDC0 is #AC023F. Grayscale: #C3C3C3. Windows color (decimal): -11272768 or 12647763. OLE color: 12647763.

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

Color convert

RGB83253192-
CMYK0.6700.240.01
HSL158.47º97.7%65.88%-
HSV(B)158.47º67.19%99.22%-
XYZ48.2175.961.98-
YUV195.22126.1847.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.72%
GREEN value IS 253 (99.22% from 255) = 47.92%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=15.72%
G=47.92%
B=36.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832531920.6700.240.01158.4797.765.88
Hex53FDC04301819e6242
Octal1233753001030301236142102
Binary10100111111110111000000100001101100011001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,253,192); }

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

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

 a { background-color: rgb(83,253,192); }

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

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

 span { border-color: rgb(83,253,192); }

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