#54F9DC

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

Shades of Turquoise #54F9DC

Tints of Turquoise #54F9DC

Color information

#54F9DC (or 0x54F9DC) is unknown color: approx Turquoise. HEX triplet: 54, F9 and DC. RGB value is (84,249,220). Sum of RGB (Red+Green+Blue) = 84+249+220=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9DC is #AB0623. Grayscale: #C4C4C4. Windows color (decimal): -11208228 or 14481748. OLE color: 14481748.

HSL color Cylindrical-coordinate representation of color #54F9DC: hue angle of 169.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9DC is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB84249220-
CMYK0.6600.120.02
HSL169.45º93.22%65.29%-
HSV(B)169.45º66.27%97.65%-
XYZ50.4574.879.49-
YUV196.36141.3447.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.19%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=15.19%
G=45.03%
B=39.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842492200.6600.120.02169.4593.2265.29
Hex54F9DC420C2a95d41
Octal1243713341020142251135101
Binary10101001111100111011100100001001100101010100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,249,220); }

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

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

 a { background-color: rgb(84,249,220); }

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

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

 span { border-color: rgb(84,249,220); }

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