#53DEF2

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

Shades of Turquoise Blue #53DEF2

Tints of Turquoise Blue #53DEF2

Color information

#53DEF2 (or 0x53DEF2) is unknown color: approx Turquoise Blue. HEX triplet: 53, DE and F2. RGB value is (83,222,242). Sum of RGB (Red+Green+Blue) = 83+222+242=547 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.17% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #53DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DEF2 is #AC210D. Grayscale: #B6B6B6. Windows color (decimal): -11280654 or 15916627. OLE color: 15916627.

HSL color Cylindrical-coordinate representation of color #53DEF2: hue angle of 187.55º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53DEF2 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83222242-
CMYK0.660.0800.05
HSL187.55º85.95%63.73%-
HSV(B)187.55º65.7%94.9%-
XYZ45.7260.4993.27-
YUV182.72161.4556.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.17%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=15.17%
G=40.59%
B=44.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832222420.660.0800.05187.5585.9563.73
Hex53DEF242805bc5640
Octal1233363621021005274126100
Binary101001111011110111100101000010100001011011110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,222,242); }

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

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

 a { background-color: rgb(83,222,242); }

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

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

 span { border-color: rgb(83,222,242); }

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