#53F1EA

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

Shades of Turquoise Blue #53F1EA

Tints of Turquoise Blue #53F1EA

Color information

#53F1EA (or 0x53F1EA) is unknown color: approx Turquoise Blue. HEX triplet: 53, F1 and EA. RGB value is (83,241,234). Sum of RGB (Red+Green+Blue) = 83+241+234=558 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.87% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #53F1EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F1EA is #AC0E15. Grayscale: #C0C0C0. Windows color (decimal): -11275798 or 15397203. OLE color: 15397203.

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

Color convert

RGB83241234-
CMYK0.6600.030.05
HSL177.34º84.95%63.53%-
HSV(B)177.34º65.56%94.51%-
XYZ49.8770.6988.86-
YUV192.96151.1549.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.87%
GREEN value IS 241 (94.53% from 255) = 43.19%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=14.87%
G=43.19%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832412340.6600.030.05177.3484.9563.53
Hex53F1EA42035b15540
Octal123361352102035261125100
Binary1010011111100011110101010000100111011011000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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