#53D0ED

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

Shades of Turquoise Blue #53D0ED

Tints of Turquoise Blue #53D0ED

Color information

#53D0ED (or 0x53D0ED) is unknown color: approx Turquoise Blue. HEX triplet: 53, D0 and ED. RGB value is (83,208,237). Sum of RGB (Red+Green+Blue) = 83+208+237=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #53D0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D0ED is #AC2F12. Grayscale: #ADADAD. Windows color (decimal): -11284243 or 15585363. OLE color: 15585363.

HSL color Cylindrical-coordinate representation of color #53D0ED: hue angle of 191.3º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D0ED is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83208237-
CMYK0.650.1200.07
HSL191.3º81.05%62.75%-
HSV(B)191.3º64.98%92.94%-
XYZ41.4153.0788.18-
YUV173.93163.5963.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.72%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=15.72%
G=39.39%
B=44.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832082370.650.1200.07191.381.0562.75
Hex53D0ED41C07bf513f
Octal123320355101140727712177
Binary10100111101000011101101100000111000111101111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,208,237); }

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

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

 a { background-color: rgb(83,208,237); }

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

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

 span { border-color: rgb(83,208,237); }

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