#53FABA

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

Shades of Turquoise #53FABA

Tints of Turquoise #53FABA

Color information

#53FABA (or 0x53FABA) is unknown color: approx Turquoise. HEX triplet: 53, FA and BA. RGB value is (83,250,186). Sum of RGB (Red+Green+Blue) = 83+250+186=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #53FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FABA is #AC0545. Grayscale: #C0C0C0. Windows color (decimal): -11273542 or 12253779. OLE color: 12253779.

HSL color Cylindrical-coordinate representation of color #53FABA: hue angle of 157.01º 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 #53FABA is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB83250186-
CMYK0.6700.260.02
HSL157.01º94.35%65.29%-
HSV(B)157.01º66.8%98.04%-
XYZ46.6273.7658.23-
YUV192.77124.1749.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=15.99%
G=48.17%
B=35.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832501860.6700.260.02157.0194.3565.29
Hex53FABA4301A29d5e41
Octal1233722721030322235136101
Binary101001111111010101110101000011011010101001110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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