#54FFC8

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

Shades of Turquoise #54FFC8

Tints of Turquoise #54FFC8

Color information

#54FFC8 (or 0x54FFC8) is unknown color: approx Turquoise. HEX triplet: 54, FF and C8. RGB value is (84,255,200). Sum of RGB (Red+Green+Blue) = 84+255+200=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC8 is #AB0037. Grayscale: #C5C5C5. Windows color (decimal): -11206712 or 13172564. OLE color: 13172564.

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

Color convert

RGB84255200-
CMYK0.6700.220
HSL160.7º100%66.47%-
HSV(B)160.7º67.06%100%-
XYZ49.8477.5766.99-
YUV197.6129.3546.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=15.58%
G=47.31%
B=37.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842552000.6700.220160.710066.47
Hex54FFC8430160a16442
Octal1243773101030260241144102
Binary10101001111111111001000100001101011001010000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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