#54F9C4

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

Shades of Turquoise #54F9C4

Tints of Turquoise #54F9C4

Color information

#54F9C4 (or 0x54F9C4) is unknown color: approx Turquoise. HEX triplet: 54, F9 and C4. RGB value is (84,249,196). Sum of RGB (Red+Green+Blue) = 84+249+196=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9C4 is #AB063B. Grayscale: #C1C1C1. Windows color (decimal): -11208252 or 12908884. OLE color: 12908884.

HSL color Cylindrical-coordinate representation of color #54F9C4: hue angle of 160.73º 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 #54F9C4 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB84249196-
CMYK0.6600.210.02
HSL160.73º93.22%65.29%-
HSV(B)160.73º66.27%97.65%-
XYZ47.573.6263.93-
YUV193.62129.3449.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.88%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=15.88%
G=47.07%
B=37.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842491960.6600.210.02160.7393.2265.29
Hex54F9C4420152a15d41
Octal1243713041020252241135101
Binary101010011111001110001001000010010101101010000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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