#54FBB9

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

Shades of Turquoise #54FBB9

Tints of Turquoise #54FBB9

Color information

#54FBB9 (or 0x54FBB9) is unknown color: approx Turquoise. HEX triplet: 54, FB and B9. RGB value is (84,251,185). Sum of RGB (Red+Green+Blue) = 84+251+185=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBB9 is #AB0446. Grayscale: #C1C1C1. Windows color (decimal): -11207751 or 12188500. OLE color: 12188500.

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

Color convert

RGB84251185-
CMYK0.6700.260.02
HSL156.29º95.43%65.69%-
HSV(B)156.29º66.53%98.43%-
XYZ46.9174.3857.78-
YUV193.54123.1749.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 251 (98.44% from 255) = 48.27%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=16.15%
G=48.27%
B=35.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842511850.6700.260.02156.2995.4365.69
Hex54FBB94301A29c5f42
Octal1243732711030322234137102
Binary101010011111011101110011000011011010101001110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,251,185); }

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

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

 a { background-color: rgb(84,251,185); }

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

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

 span { border-color: rgb(84,251,185); }

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