#54C5CD

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

Shades of Medium Turquoise #54C5CD

Tints of Medium Turquoise #54C5CD

Color information

#54C5CD (or 0x54C5CD) is unknown color: approx Medium Turquoise. HEX triplet: 54, C5 and CD. RGB value is (84,197,205). Sum of RGB (Red+Green+Blue) = 84+197+205=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #54C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5CD is #AB3A32. Grayscale: #A3A3A3. Windows color (decimal): -11221555 or 13485396. OLE color: 13485396.

HSL color Cylindrical-coordinate representation of color #54C5CD: hue angle of 183.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C5CD is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84197205-
CMYK0.590.0400.20
HSL183.97º54.75%56.67%-
HSV(B)183.97º59.02%80.39%-
XYZ34.6446.2364.85-
YUV164.12151.0670.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.28%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=17.28%
G=40.53%
B=42.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841972050.590.0400.20183.9754.7556.67
Hex54C5CD3B4014b83739
Octal1243053157340242706771
Binary1010100110001011100110111101110001010010111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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