#54FFC7

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

Shades of Turquoise #54FFC7

Tints of Turquoise #54FFC7

Color information

#54FFC7 (or 0x54FFC7) is unknown color: approx Turquoise. HEX triplet: 54, FF and C7. RGB value is (84,255,199). Sum of RGB (Red+Green+Blue) = 84+255+199=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC7 is #AB0038. Grayscale: #C5C5C5. Windows color (decimal): -11206713 or 13107028. OLE color: 13107028.

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

Color convert

RGB84255199-
CMYK0.6700.220
HSL160.35º100%66.47%-
HSV(B)160.35º67.06%100%-
XYZ49.7277.5366.38-
YUV197.49128.8547.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.61%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=15.61%
G=47.40%
B=36.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842551990.6700.220160.3510066.47
Hex54FFC7430160a06442
Octal1243773071030260240144102
Binary10101001111111111000111100001101011001010000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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