#54CCDD

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

Shades of Medium Turquoise #54CCDD

Tints of Medium Turquoise #54CCDD

Color information

#54CCDD (or 0x54CCDD) is unknown color: approx Medium Turquoise. HEX triplet: 54, CC and DD. RGB value is (84,204,221). Sum of RGB (Red+Green+Blue) = 84+204+221=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #54CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDD is #AB3322. Grayscale: #A9A9A9. Windows color (decimal): -11219747 or 14535764. OLE color: 14535764.

HSL color Cylindrical-coordinate representation of color #54CCDD: hue angle of 187.45º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84204221-
CMYK0.620.0800.13
HSL187.45º66.83%59.8%-
HSV(B)187.45º61.99%86.67%-
XYZ38.350.2976.1-
YUV170.06156.7466.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.50%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=16.50%
G=40.08%
B=43.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842042210.620.0800.13187.4566.8359.8
Hex54CCDD3E80Dbb433c
Octal124314335761001527310374
Binary10101001100110011011101111110100001101101110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,204,221); }

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

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

 a { background-color: rgb(84,204,221); }

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

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

 span { border-color: rgb(84,204,221); }

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