#53FEB5

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

Shades of Turquoise #53FEB5

Tints of Turquoise #53FEB5

Color information

#53FEB5 (or 0x53FEB5) is unknown color: approx Turquoise. HEX triplet: 53, FE and B5. RGB value is (83,254,181). Sum of RGB (Red+Green+Blue) = 83+254+181=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEB5 is #AC014A. Grayscale: #C2C2C2. Windows color (decimal): -11272523 or 11927123. OLE color: 11927123.

HSL color Cylindrical-coordinate representation of color #53FEB5: hue angle of 154.39º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB83254181-
CMYK0.6700.290.00
HSL154.39º98.84%66.08%-
HSV(B)154.39º67.32%99.61%-
XYZ47.3576.0655.9-
YUV194.55120.3548.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.02%
GREEN value IS 254 (99.61% from 255) = 49.03%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=16.02%
G=49.03%
B=34.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal832541810.6700.290.00154.3998.8466.08
Hex53FEB54301D09a6342
Octal1233762651030350232143102
Binary10100111111111010110101100001101110101001101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,254,181); }

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

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

 a { background-color: rgb(83,254,181); }

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

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

 span { border-color: rgb(83,254,181); }

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