#53d4ff

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

Shades of Turquoise Blue #53D4FF

Tints of Turquoise Blue #53D4FF

Color information

#53D4FF (or 0x53D4FF) is unknown color: approx Turquoise Blue. HEX triplet: 53, D4 and FF. RGB value is (83,212,255). Sum of RGB (Red+Green+Blue) = 83+212+255=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #53D4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D4FF is #AC2B00. Grayscale: #B2B2B2. Windows color (decimal): -11283201 or 16766035. OLE color: 16766035.

HSL color Cylindrical-coordinate representation of color #53D4FF: hue angle of 195º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D4FF is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB83212255-
CMYK0.670.1700
HSL195º100%66.27%-
HSV(B)195º67.45%100%-
XYZ45.1656.15103.06-
YUV178.33171.2660-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.09%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 255 (100% from 255) = 46.36%
R=15.09%
G=38.55%
B=46.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal832122550.670.170019510066.27
Hex53D4FF431100c36442
Octal1233243771032100303144102
Binary10100111101010011111111100001110001001100001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53d4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,212,255); }

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

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

 a { background-color: rgb(83,212,255); }

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

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

 span { border-color: rgb(83,212,255); }

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