#54D8CD

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

Shades of Medium Turquoise #54D8CD

Tints of Medium Turquoise #54D8CD

Color information

#54D8CD (or 0x54D8CD) is unknown color: approx Medium Turquoise. HEX triplet: 54, D8 and CD. RGB value is (84,216,205). Sum of RGB (Red+Green+Blue) = 84+216+205=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8CD is #AB2732. Grayscale: #AFAFAF. Windows color (decimal): -11216691 or 13490260. OLE color: 13490260.

HSL color Cylindrical-coordinate representation of color #54D8CD: hue angle of 175º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D8CD is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB84216205-
CMYK0.6100.050.15
HSL175º62.86%58.82%-
HSV(B)175º61.11%84.71%-
XYZ39.2355.466.38-
YUV175.28144.7762.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.63%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=16.63%
G=42.77%
B=40.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal842162050.6100.050.1517562.8658.82
Hex54D8CD3D05Faf3f3b
Octal1243303157505172577773
Binary101010011011000110011011111010101111110101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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