#54C8C9

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

Shades of Medium Turquoise #54C8C9

Tints of Medium Turquoise #54C8C9

Color information

#54C8C9 (or 0x54C8C9) is unknown color: approx Medium Turquoise. HEX triplet: 54, C8 and C9. RGB value is (84,200,201). Sum of RGB (Red+Green+Blue) = 84+200+201=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #54C8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8C9 is #AB3736. Grayscale: #A5A5A5. Windows color (decimal): -11220791 or 13224020. OLE color: 13224020.

HSL color Cylindrical-coordinate representation of color #54C8C9: hue angle of 180.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C8C9 is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84200201-
CMYK0.580.0000.21
HSL180.51º52%55.88%-
HSV(B)180.51º58.21%78.82%-
XYZ34.8547.4162.57-
YUV165.43148.0769.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.32%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=17.32%
G=41.24%
B=41.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842002010.580.0000.21180.515255.88
Hex54C8C93A0015b53438
Octal1243103117200252656470
Binary10101001100100011001001111010001010110110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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