#54CFC5

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

Shades of Medium Turquoise #54CFC5

Tints of Medium Turquoise #54CFC5

Color information

#54CFC5 (or 0x54CFC5) is unknown color: approx Medium Turquoise. HEX triplet: 54, CF and C5. RGB value is (84,207,197). Sum of RGB (Red+Green+Blue) = 84+207+197=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFC5 is #AB303A. Grayscale: #A9A9A9. Windows color (decimal): -11219003 or 12963668. OLE color: 12963668.

HSL color Cylindrical-coordinate representation of color #54CFC5: hue angle of 175.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CFC5 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB84207197-
CMYK0.5900.050.19
HSL175.12º56.16%57.06%-
HSV(B)175.12º59.42%81.18%-
XYZ36.0550.5460.68-
YUV169.08143.7567.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=17.21%
G=42.42%
B=40.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842071970.5900.050.19175.1256.1657.06
Hex54CFC53B0513af3839
Octal1243173057305232577071
Binary1010100110011111100010111101101011001110101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,207,197); }

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

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

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

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

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

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

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