#53D0F4

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

Shades of Turquoise Blue #53D0F4

Tints of Turquoise Blue #53D0F4

Color information

#53D0F4 (or 0x53D0F4) is unknown color: approx Turquoise Blue. HEX triplet: 53, D0 and F4. RGB value is (83,208,244). Sum of RGB (Red+Green+Blue) = 83+208+244=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #53D0F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D0F4 is #AC2F0B. Grayscale: #AEAEAE. Windows color (decimal): -11284236 or 16044115. OLE color: 16044115.

HSL color Cylindrical-coordinate representation of color #53D0F4: hue angle of 193.42º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D0F4 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83208244-
CMYK0.660.1500.04
HSL193.42º87.98%64.12%-
HSV(B)193.42º65.98%95.69%-
XYZ42.4553.4893.67-
YUV174.73167.0962.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.51%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=15.51%
G=38.88%
B=45.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal832082440.660.1500.04193.4287.9864.12
Hex53D0F442F04c15840
Octal1233203641021704301130100
Binary101001111010000111101001000010111101001100000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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