#54F9C1

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

Shades of Turquoise #54F9C1

Tints of Turquoise #54F9C1

Color information

#54F9C1 (or 0x54F9C1) is unknown color: approx Turquoise. HEX triplet: 54, F9 and C1. RGB value is (84,249,193). Sum of RGB (Red+Green+Blue) = 84+249+193=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9C1 is #AB063E. Grayscale: #C1C1C1. Windows color (decimal): -11208255 or 12712276. OLE color: 12712276.

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

Color convert

RGB84249193-
CMYK0.6600.220.02
HSL159.64º93.22%65.29%-
HSV(B)159.64º66.27%97.65%-
XYZ47.1673.4962.15-
YUV193.28127.8450.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.97%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=15.97%
G=47.34%
B=36.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842491930.6600.220.02159.6493.2265.29
Hex54F9C1420162a05d41
Octal1243713011020262240135101
Binary101010011111001110000011000010010110101010000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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