#53EBF2

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

Shades of Turquoise Blue #53EBF2

Tints of Turquoise Blue #53EBF2

Color information

#53EBF2 (or 0x53EBF2) is unknown color: approx Turquoise Blue. HEX triplet: 53, EB and F2. RGB value is (83,235,242). Sum of RGB (Red+Green+Blue) = 83+235+242=560 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.82% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #53EBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EBF2 is #AC140D. Grayscale: #BEBEBE. Windows color (decimal): -11277326 or 15919955. OLE color: 15919955.

HSL color Cylindrical-coordinate representation of color #53EBF2: hue angle of 182.64º 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 #53EBF2 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83235242-
CMYK0.660.0300.05
HSL182.64º85.95%63.73%-
HSV(B)182.64º65.7%94.9%-
XYZ49.367.6794.47-
YUV190.35157.1451.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.82%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=14.82%
G=41.96%
B=43.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832352420.660.0300.05182.6485.9563.73
Hex53EBF242305b75640
Octal123353362102305267126100
Binary1010011111010111111001010000101101011011011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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