#53EAED

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

Shades of Turquoise Blue #53EAED

Tints of Turquoise Blue #53EAED

Color information

#53EAED (or 0x53EAED) is unknown color: approx Turquoise Blue. HEX triplet: 53, EA and ED. RGB value is (83,234,237). Sum of RGB (Red+Green+Blue) = 83+234+237=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #53EAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EAED is #AC1512. Grayscale: #BDBDBD. Windows color (decimal): -11277587 or 15592019. OLE color: 15592019.

HSL color Cylindrical-coordinate representation of color #53EAED: hue angle of 181.17º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EAED is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83234237-
CMYK0.650.0100.07
HSL181.17º81.05%62.75%-
HSV(B)181.17º64.98%92.94%-
XYZ48.2866.890.47-
YUV189.19154.9752.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.98%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=14.98%
G=42.24%
B=42.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832342370.650.0100.07181.1781.0562.75
Hex53EAED41107b5513f
Octal12335235510110726512177
Binary10100111110101011101101100000110111101101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,234,237); }

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

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

 a { background-color: rgb(83,234,237); }

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

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

 span { border-color: rgb(83,234,237); }

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