#53D9EF

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

Shades of Turquoise Blue #53D9EF

Tints of Turquoise Blue #53D9EF

Color information

#53D9EF (or 0x53D9EF) is unknown color: approx Turquoise Blue. HEX triplet: 53, D9 and EF. RGB value is (83,217,239). Sum of RGB (Red+Green+Blue) = 83+217+239=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #53D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D9EF is #AC2610. Grayscale: #B3B3B3. Windows color (decimal): -11281937 or 15718739. OLE color: 15718739.

HSL color Cylindrical-coordinate representation of color #53D9EF: hue angle of 188.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D9EF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83217239-
CMYK0.650.0900.06
HSL188.46º82.98%63.14%-
HSV(B)188.46º65.27%93.73%-
XYZ43.9657.790.48-
YUV179.44161.6159.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.40%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=15.40%
G=40.26%
B=44.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832172390.650.0900.06188.4682.9863.14
Hex53D9EF41906bc533f
Octal123331357101110627412377
Binary10100111101100111101111100000110010110101111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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