#53E8FA

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

Shades of Turquoise Blue #53E8FA

Tints of Turquoise Blue #53E8FA

Color information

#53E8FA (or 0x53E8FA) is unknown color: approx Turquoise Blue. HEX triplet: 53, E8 and FA. RGB value is (83,232,250). Sum of RGB (Red+Green+Blue) = 83+232+250=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #53E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53E8FA is #AC1705. Grayscale: #BDBDBD. Windows color (decimal): -11278086 or 16443475. OLE color: 16443475.

HSL color Cylindrical-coordinate representation of color #53E8FA: hue angle of 186.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53E8FA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83232250-
CMYK0.670.0700.02
HSL186.47º94.35%65.29%-
HSV(B)186.47º66.8%98.04%-
XYZ49.6866.45100.65-
YUV189.5162.1452.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.69%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=14.69%
G=41.06%
B=44.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832322500.670.0700.02186.4794.3565.29
Hex53E8FA43702ba5e41
Octal123350372103702272136101
Binary1010011111010001111101010000111110101011101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,232,250); }

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

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

 a { background-color: rgb(83,232,250); }

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

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

 span { border-color: rgb(83,232,250); }

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