#54CCCC

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

Shades of Medium Turquoise #54CCCC

Tints of Medium Turquoise #54CCCC

Color information

#54CCCC (or 0x54CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 54, CC and CC. RGB value is (84,204,204). Sum of RGB (Red+Green+Blue) = 84+204+204=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #54CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCCC is #AB3333. Grayscale: #A8A8A8. Windows color (decimal): -11219764 or 13421652. OLE color: 13421652.

HSL color Cylindrical-coordinate representation of color #54CCCC: hue angle of 180º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CCCC is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84204204-
CMYK0.59000.2
HSL180º54.05%56.47%-
HSV(B)180º58.82%80%-
XYZ36.1549.4364.76-
YUV168.12148.2468-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.07%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=17.07%
G=41.46%
B=41.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal842042040.59000.218054.0556.47
Hex54CCCC3B0014b43638
Octal1243143147300242646670
Binary10101001100110011001100111011001010010110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,204,204); }

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

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

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

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

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

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

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