#53FEB6

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

Shades of Turquoise #53FEB6

Tints of Turquoise #53FEB6

Color information

#53FEB6 (or 0x53FEB6) is unknown color: approx Turquoise. HEX triplet: 53, FE and B6. RGB value is (83,254,182). Sum of RGB (Red+Green+Blue) = 83+254+182=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEB6 is #AC0149. Grayscale: #C2C2C2. Windows color (decimal): -11272522 or 11992659. OLE color: 11992659.

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

Color convert

RGB83254182-
CMYK0.6700.280.00
HSL154.74º98.84%66.08%-
HSV(B)154.74º67.32%99.61%-
XYZ47.4576.156.44-
YUV194.66120.8548.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 254 (99.61% from 255) = 48.94%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=15.99%
G=48.94%
B=35.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal832541820.6700.280.00154.7498.8466.08
Hex53FEB64301C09b6342
Octal1233762661030340233143102
Binary10100111111111010110110100001101110001001101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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