#54C5CF

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

Shades of Medium Turquoise #54C5CF

Tints of Medium Turquoise #54C5CF

Color information

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

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

Color convert

RGB84197207-
CMYK0.590.0500.19
HSL184.88º56.16%57.06%-
HSV(B)184.88º59.42%81.18%-
XYZ34.8846.3266.13-
YUV164.35152.0670.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841972070.590.0500.19184.8856.1657.06
Hex54C5CF3B5013b93839
Octal1243053177350232717071
Binary1010100110001011100111111101110101001110111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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