#53FEDC

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

Shades of Turquoise #53FEDC

Tints of Turquoise #53FEDC

Color information

#53FEDC (or 0x53FEDC) is unknown color: approx Turquoise. HEX triplet: 53, FE and DC. RGB value is (83,254,220). Sum of RGB (Red+Green+Blue) = 83+254+220=557 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.90% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEDC is #AC0123. Grayscale: #C6C6C6. Windows color (decimal): -11272484 or 14483027. OLE color: 14483027.

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

Color convert

RGB83254220-
CMYK0.6700.130.00
HSL168.07º98.84%66.08%-
HSV(B)168.07º67.32%99.61%-
XYZ51.9377.8980.01-
YUV199139.8545.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.90%
GREEN value IS 254 (99.61% from 255) = 45.60%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=14.90%
G=45.60%
B=39.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal832542200.6700.130.00168.0798.8466.08
Hex53FEDC430D0a86342
Octal1233763341030150250143102
Binary1010011111111101101110010000110110101010100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,254,220); }

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

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

 a { background-color: rgb(83,254,220); }

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

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

 span { border-color: rgb(83,254,220); }

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