#54DBBE

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

Shades of Medium Turquoise #54DBBE

Tints of Medium Turquoise #54DBBE

Color information

#54DBBE (or 0x54DBBE) is unknown color: approx Medium Turquoise. HEX triplet: 54, DB and BE. RGB value is (84,219,190). Sum of RGB (Red+Green+Blue) = 84+219+190=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBBE is #AB2441. Grayscale: #AFAFAF. Windows color (decimal): -11215938 or 12507988. OLE color: 12507988.

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

Color convert

RGB84219190-
CMYK0.6200.130.14
HSL167.11º65.22%59.41%-
HSV(B)167.11º61.64%85.88%-
XYZ38.2856.2757.56-
YUV175.33136.2762.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=17.04%
G=44.42%
B=38.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal842191900.6200.130.14167.1165.2259.41
Hex54DBBE3E0DEa7413b
Octal124333276760151624710173
Binary10101001101101110111110111110011011110101001111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,219,190); }

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

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

 a { background-color: rgb(84,219,190); }

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

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

 span { border-color: rgb(84,219,190); }

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