#53DAFC

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

Shades of Turquoise Blue #53DAFC

Tints of Turquoise Blue #53DAFC

Color information

#53DAFC (or 0x53DAFC) is unknown color: approx Turquoise Blue. HEX triplet: 53, DA and FC. RGB value is (83,218,252). Sum of RGB (Red+Green+Blue) = 83+218+252=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #53DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DAFC is #AC2503. Grayscale: #B5B5B5. Windows color (decimal): -11281668 or 16570963. OLE color: 16570963.

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

Color convert

RGB83218252-
CMYK0.670.1300.01
HSL192.07º96.57%65.69%-
HSV(B)192.07º67.06%98.82%-
XYZ46.2159.01101.05-
YUV181.51167.7757.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.01%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 252 (98.83% from 255) = 45.57%
R=15.01%
G=39.42%
B=45.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832182520.670.1300.01192.0796.5765.69
Hex53DAFC43D01c06142
Octal1233323741031501300141102
Binary1010011110110101111110010000111101011100000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,218,252); }

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

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

 a { background-color: rgb(83,218,252); }

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

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

 span { border-color: rgb(83,218,252); }

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