#54F0BB

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

Shades of Turquoise #54F0BB

Tints of Turquoise #54F0BB

Color information

#54F0BB (or 0x54F0BB) is unknown color: approx Turquoise. HEX triplet: 54, F0 and BB. RGB value is (84,240,187). Sum of RGB (Red+Green+Blue) = 84+240+187=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F0BB is #AB0F44. Grayscale: #BBBBBB. Windows color (decimal): -11210565 or 12316756. OLE color: 12316756.

HSL color Cylindrical-coordinate representation of color #54F0BB: hue angle of 159.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0BB is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB84240187-
CMYK0.6500.220.06
HSL159.62º83.87%63.53%-
HSV(B)159.62º65%94.12%-
XYZ43.7967.7957.79-
YUV187.31127.8254.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.44%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=16.44%
G=46.97%
B=36.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842401870.6500.220.06159.6283.8763.53
Hex54F0BB410166a05440
Octal1243602731010266240124100
Binary1010100111100001011101110000010101101101010000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,240,187); }

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

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

 a { background-color: rgb(84,240,187); }

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

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

 span { border-color: rgb(84,240,187); }

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