#53D1E5

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

Shades of Turquoise Blue #53D1E5

Tints of Turquoise Blue #53D1E5

Color information

#53D1E5 (or 0x53D1E5) is unknown color: approx Turquoise Blue. HEX triplet: 53, D1 and E5. RGB value is (83,209,229). Sum of RGB (Red+Green+Blue) = 83+209+229=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #53D1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1E5 is #AC2E1A. Grayscale: #ADADAD. Windows color (decimal): -11283995 or 15061331. OLE color: 15061331.

HSL color Cylindrical-coordinate representation of color #53D1E5: hue angle of 188.22º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D1E5 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83209229-
CMYK0.640.0900.10
HSL188.22º73.74%61.18%-
HSV(B)188.22º63.76%89.8%-
XYZ40.5153.182.24-
YUV173.61159.2663.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.93%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=15.93%
G=40.12%
B=43.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832092290.640.0900.10188.2273.7461.18
Hex53D1E54090Abc4a3d
Octal1233213451001101227411275
Binary101001111010001111001011000000100101010101111001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,209,229); }

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

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

 a { background-color: rgb(83,209,229); }

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

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

 span { border-color: rgb(83,209,229); }

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