#54FFB8

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

Shades of Turquoise #54FFB8

Tints of Turquoise #54FFB8

Color information

#54FFB8 (or 0x54FFB8) is unknown color: approx Turquoise. HEX triplet: 54, FF and B8. RGB value is (84,255,184). Sum of RGB (Red+Green+Blue) = 84+255+184=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFB8 is #AB0047. Grayscale: #C3C3C3. Windows color (decimal): -11206728 or 12123988. OLE color: 12123988.

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

Color convert

RGB84255184-
CMYK0.6700.280
HSL155.09º100%66.47%-
HSV(B)155.09º67.06%100%-
XYZ48.0776.8757.65-
YUV195.78121.3548.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.06%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=16.06%
G=48.76%
B=35.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842551840.6700.280155.0910066.47
Hex54FFB84301C09b6442
Octal1243772701030340233144102
Binary10101001111111110111000100001101110001001101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,255,184); }

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

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

 a { background-color: rgb(84,255,184); }

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

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

 span { border-color: rgb(84,255,184); }

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