#53EBED

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

Shades of Turquoise Blue #53EBED

Tints of Turquoise Blue #53EBED

Color information

#53EBED (or 0x53EBED) is unknown color: approx Turquoise Blue. HEX triplet: 53, EB and ED. RGB value is (83,235,237). Sum of RGB (Red+Green+Blue) = 83+235+237=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #53EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EBED is #AC1412. Grayscale: #BDBDBD. Windows color (decimal): -11277331 or 15592275. OLE color: 15592275.

HSL color Cylindrical-coordinate representation of color #53EBED: hue angle of 180.78º 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 #53EBED is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83235237-
CMYK0.650.0100.07
HSL180.78º81.05%62.75%-
HSV(B)180.78º64.98%92.94%-
XYZ48.5667.3790.57-
YUV189.78154.6451.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.95%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=14.95%
G=42.34%
B=42.70%

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
Decimal832352370.650.0100.07180.7881.0562.75
Hex53EBED41107b5513f
Octal12335335510110726512177
Binary10100111110101111101101100000110111101101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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