Html Css Color HEX #54DDBC Medium Turquoise

📋 copy color: '#54DDBC'

red 84 ◦ green 221 ◦ blue 188

#54DDBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #54DDBC

Tints of Medium Turquoise #54DDBC

RGB

 RED value IS 84 (33.2% from 255) = 17.04%

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 17.04%
G = 44.83%
B = 38.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#54DDBC (or 0x54DDBC) is known color: Medium Turquoise. HEX triplet: 54, DD and BC. RGB value is (84,221,188). Sum of RGB (Red+Green+Blue) = 84+221+188=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDBC is #AB2243. Grayscale: #B0B0B0. Windows color (decimal): -11215428 or 12377428. OLE color: 12377428.

HSL color Cylindrical-coordinate representation of color #54DDBC: hue angle of 165.55º 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 #54DDBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 221 188 -
CMYK 0.62 0 0.15 0.13
HSL 165.55º 0.67% 0.6% -
HSV(B) 165.55º 0.62% 0.87% -
XYZ 38.59 57.23 56.59 -
YUV 176.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 84 221 188 0.62 0 0.15 0.13 165.55 0.67 0.6
Hex 54 DD BC 3E 0 F D A6 43 3C
Octal 124 335 274 76 0 17 15 246 103 74
Binary 1010100 11011101 10111100 111110 0 1111 1101 10100110 1000011 111100

Color Harmonies of #54DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDBC

Black with #54DDBC

Text Example


Text Example

White with #54DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54DDBC;
 }
 .AnyTagClassName
 {
   color: #54DDBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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