#54F9B6

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

Shades of Turquoise #54F9B6

Tints of Turquoise #54F9B6

Color information

#54F9B6 (or 0x54F9B6) is unknown color: approx Turquoise. HEX triplet: 54, F9 and B6. RGB value is (84,249,182). Sum of RGB (Red+Green+Blue) = 84+249+182=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9B6 is #AB0649. Grayscale: #C0C0C0. Windows color (decimal): -11208266 or 11991380. OLE color: 11991380.

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

Color convert

RGB84249182-
CMYK0.6600.270.02
HSL155.64º93.22%65.29%-
HSV(B)155.64º66.27%97.65%-
XYZ45.9873.0155.93-
YUV192.03122.3450.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.31%
GREEN value IS 249 (97.66% from 255) = 48.35%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=16.31%
G=48.35%
B=35.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842491820.6600.270.02155.6493.2265.29
Hex54F9B64201B29c5d41
Octal1243712661020332234135101
Binary101010011111001101101101000010011011101001110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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