#54FED0

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

Shades of Turquoise #54FED0

Tints of Turquoise #54FED0

Color information

#54FED0 (or 0x54FED0) is unknown color: approx Turquoise. HEX triplet: 54, FE and D0. RGB value is (84,254,208). Sum of RGB (Red+Green+Blue) = 84+254+208=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #54FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FED0 is #AB012F. Grayscale: #C5C5C5. Windows color (decimal): -11206960 or 13696596. OLE color: 13696596.

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

Color convert

RGB84254208-
CMYK0.6700.180.00
HSL163.76º98.84%66.27%-
HSV(B)163.76º66.93%99.61%-
XYZ50.4877.3271.94-
YUV197.93133.6846.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.38%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=15.38%
G=46.52%
B=38.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal842542080.6700.180.00163.7698.8466.27
Hex54FED0430120a46342
Octal1243763201030220244143102
Binary10101001111111011010000100001101001001010010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54FED0; }

 p { color: rgb(84,254,208); }

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

<style>
 a { background-color: #54FED0; }

 a { background-color: rgb(84,254,208); }

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

<style>
 span { border-color: #54FED0; }

 span { border-color: rgb(84,254,208); }

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