#53FEB4

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

Shades of Turquoise #53FEB4

Tints of Turquoise #53FEB4

Color information

#53FEB4 (or 0x53FEB4) is unknown color: approx Turquoise. HEX triplet: 53, FE and B4. RGB value is (83,254,180). Sum of RGB (Red+Green+Blue) = 83+254+180=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEB4 is #AC014B. Grayscale: #C2C2C2. Windows color (decimal): -11272524 or 11861587. OLE color: 11861587.

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

Color convert

RGB83254180-
CMYK0.6700.290.00
HSL154.04º98.84%66.08%-
HSV(B)154.04º67.32%99.61%-
XYZ47.2576.0255.36-
YUV194.44119.8548.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.05%
GREEN value IS 254 (99.61% from 255) = 49.13%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=16.05%
G=49.13%
B=34.82%

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
Decimal832541800.6700.290.00154.0498.8466.08
Hex53FEB44301D09a6342
Octal1233762641030350232143102
Binary10100111111111010110100100001101110101001101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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