#54CCB9

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

Shades of Medium Turquoise #54CCB9

Tints of Medium Turquoise #54CCB9

Color information

#54CCB9 (or 0x54CCB9) is unknown color: approx Medium Turquoise. HEX triplet: 54, CC and B9. RGB value is (84,204,185). Sum of RGB (Red+Green+Blue) = 84+204+185=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCB9 is #AB3346. Grayscale: #A5A5A5. Windows color (decimal): -11219783 or 12176468. OLE color: 12176468.

HSL color Cylindrical-coordinate representation of color #54CCB9: hue angle of 170.5º 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 #54CCB9 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB84204185-
CMYK0.5900.090.2
HSL170.5º54.05%56.47%-
HSV(B)170.5º58.82%80%-
XYZ34.0148.5753.48-
YUV165.95138.7469.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.76%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=17.76%
G=43.13%
B=39.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal842041850.5900.090.2170.554.0556.47
Hex54CCB93B0914aa3638
Octal12431427173011242526670
Binary10101001100110010111001111011010011010010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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