#53F2DE

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

Shades of Turquoise #53F2DE

Tints of Turquoise #53F2DE

Color information

#53F2DE (or 0x53F2DE) is unknown color: approx Turquoise. HEX triplet: 53, F2 and DE. RGB value is (83,242,222). Sum of RGB (Red+Green+Blue) = 83+242+222=547 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.17% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2DE is #AC0D21. Grayscale: #C0C0C0. Windows color (decimal): -11275554 or 14611027. OLE color: 14611027.

HSL color Cylindrical-coordinate representation of color #53F2DE: hue angle of 172.45º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2DE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB83242222-
CMYK0.6600.080.05
HSL172.45º85.95%63.73%-
HSV(B)172.45º65.7%94.9%-
XYZ48.570.6280.18-
YUV192.18144.8250.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.17%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=15.17%
G=44.24%
B=40.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832422220.6600.080.05172.4585.9563.73
Hex53F2DE42085ac5640
Octal1233623361020105254126100
Binary101001111110010110111101000010010001011010110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,242,222); }

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

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

 a { background-color: rgb(83,242,222); }

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

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

 span { border-color: rgb(83,242,222); }

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