#54C8CB

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

Shades of Medium Turquoise #54C8CB

Tints of Medium Turquoise #54C8CB

Color information

#54C8CB (or 0x54C8CB) is unknown color: approx Medium Turquoise. HEX triplet: 54, C8 and CB. RGB value is (84,200,203). Sum of RGB (Red+Green+Blue) = 84+200+203=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #54C8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8CB is #AB3734. Grayscale: #A5A5A5. Windows color (decimal): -11220789 or 13355092. OLE color: 13355092.

HSL color Cylindrical-coordinate representation of color #54C8CB: hue angle of 181.51º degrees, saturation: 0.53, 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 #54C8CB is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84200203-
CMYK0.590.0100.20
HSL181.51º53.36%56.27%-
HSV(B)181.51º58.62%79.61%-
XYZ35.0947.5163.82-
YUV165.66149.0769.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.25%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=17.25%
G=41.07%
B=41.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal842002030.590.0100.20181.5153.3656.27
Hex54C8CB3B1014b63538
Octal1243103137310242666570
Binary10101001100100011001011111011101010010110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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