#54ffba

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

Shades of Turquoise #54FFBA

Tints of Turquoise #54FFBA

Color information

#54FFBA (or 0x54FFBA) is unknown color: approx Turquoise. HEX triplet: 54, FF and BA. RGB value is (84,255,186). Sum of RGB (Red+Green+Blue) = 84+255+186=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFBA is #AB0045. Grayscale: #C4C4C4. Windows color (decimal): -11206726 or 12255060. OLE color: 12255060.

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

Color convert

RGB84255186-
CMYK0.6700.270
HSL155.79º100%66.47%-
HSV(B)155.79º67.06%100%-
XYZ48.2876.9558.76-
YUV196122.3548.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=16%
G=48.57%
B=35.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842551860.6700.270155.7910066.47
Hex54FFBA4301B09c6442
Octal1243772721030330234144102
Binary10101001111111110111010100001101101101001110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ffba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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