#53D6F6

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

Shades of Turquoise Blue #53D6F6

Tints of Turquoise Blue #53D6F6

Color information

#53D6F6 (or 0x53D6F6) is unknown color: approx Turquoise Blue. HEX triplet: 53, D6 and F6. RGB value is (83,214,246). Sum of RGB (Red+Green+Blue) = 83+214+246=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #53D6F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D6F6 is #AC2909. Grayscale: #B2B2B2. Windows color (decimal): -11282698 or 16176723. OLE color: 16176723.

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

Color convert

RGB83214246-
CMYK0.660.1300.04
HSL191.78º90.06%64.51%-
HSV(B)191.78º66.26%96.47%-
XYZ44.2556.5995.78-
YUV178.48166.159.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.29%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 246 (96.48% from 255) = 45.30%
R=15.29%
G=39.41%
B=45.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal832142460.660.1300.04191.7890.0664.51
Hex53D6F642D04c05a41
Octal1233263661021504300132101
Binary101001111010110111101101000010110101001100000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,214,246); }

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

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

 a { background-color: rgb(83,214,246); }

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

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

 span { border-color: rgb(83,214,246); }

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