#54FFC4

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

Shades of Turquoise #54FFC4

Tints of Turquoise #54FFC4

Color information

#54FFC4 (or 0x54FFC4) is unknown color: approx Turquoise. HEX triplet: 54, FF and C4. RGB value is (84,255,196). Sum of RGB (Red+Green+Blue) = 84+255+196=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC4 is #AB003B. Grayscale: #C5C5C5. Windows color (decimal): -11206716 or 12910420. OLE color: 12910420.

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

Color convert

RGB84255196-
CMYK0.6700.230
HSL159.3º100%66.47%-
HSV(B)159.3º67.06%100%-
XYZ49.3877.3964.56-
YUV197.14127.3547.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=15.70%
G=47.66%
B=36.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842551960.6700.230159.310066.47
Hex54FFC44301709f6442
Octal1243773041030270237144102
Binary10101001111111111000100100001101011101001111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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