#54d0dc

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

Shades of Medium Turquoise #54D0DC

Tints of Medium Turquoise #54D0DC

Color information

#54D0DC (or 0x54D0DC) is unknown color: approx Medium Turquoise. HEX triplet: 54, D0 and DC. RGB value is (84,208,220). Sum of RGB (Red+Green+Blue) = 84+208+220=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #54D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D0DC is #AB2F23. Grayscale: #ACACAC. Windows color (decimal): -11218724 or 14471252. OLE color: 14471252.

HSL color Cylindrical-coordinate representation of color #54D0DC: hue angle of 185.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54D0DC is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84208220-
CMYK0.620.0500.14
HSL185.29º66.02%59.61%-
HSV(B)185.29º61.82%86.27%-
XYZ39.1352.1675.72-
YUV172.29154.9265.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.41%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=16.41%
G=40.62%
B=42.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal842082200.620.0500.14185.2966.0259.61
Hex54D0DC3E50Eb9423c
Octal12432033476501627110274
Binary1010100110100001101110011111010101110101110011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54d0dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,208,220); }

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

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

 a { background-color: rgb(84,208,220); }

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

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

 span { border-color: rgb(84,208,220); }

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