#53ECEA

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

Shades of Turquoise Blue #53ECEA

Tints of Turquoise Blue #53ECEA

Color information

#53ECEA (or 0x53ECEA) is unknown color: approx Turquoise Blue. HEX triplet: 53, EC and EA. RGB value is (83,236,234). Sum of RGB (Red+Green+Blue) = 83+236+234=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECEA is #AC1315. Grayscale: #BDBDBD. Windows color (decimal): -11277078 or 15395923. OLE color: 15395923.

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

Color convert

RGB83236234-
CMYK0.6500.010.07
HSL179.22º80.1%62.55%-
HSV(B)179.22º64.83%92.55%-
XYZ48.4167.7788.37-
YUV190.02152.8151.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.01%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=15.01%
G=42.68%
B=42.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832362340.6500.010.07179.2280.162.55
Hex53ECEA41017b3503f
Octal12335435210101726312077
Binary10100111110110011101010100000101111101100111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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