#53D9FC

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

Shades of Turquoise Blue #53D9FC

Tints of Turquoise Blue #53D9FC

Color information

#53D9FC (or 0x53D9FC) is unknown color: approx Turquoise Blue. HEX triplet: 53, D9 and FC. RGB value is (83,217,252). Sum of RGB (Red+Green+Blue) = 83+217+252=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #53D9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D9FC is #AC2603. Grayscale: #B4B4B4. Windows color (decimal): -11281924 or 16570707. OLE color: 16570707.

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

Color convert

RGB83217252-
CMYK0.670.1400.01
HSL192.43º96.57%65.69%-
HSV(B)192.43º67.06%98.82%-
XYZ45.9558.49100.96-
YUV180.92168.1158.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.04%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=15.04%
G=39.31%
B=45.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal832172520.670.1400.01192.4396.5765.69
Hex53D9FC43E01c06142
Octal1233313741031601300141102
Binary1010011110110011111110010000111110011100000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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