Html Css Color HEX #54DDD6 Medium Turquoise

📋 copy color: '#54DDD6'

red 84 ◦ green 221 ◦ blue 214

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

Shades of Medium Turquoise #54DDD6

Tints of Medium Turquoise #54DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 16.18%
G = 42.58%
B = 41.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#54DDD6 (or 0x54DDD6) is known color: Medium Turquoise. HEX triplet: 54, DD and D6. RGB value is (84,221,214). Sum of RGB (Red+Green+Blue) = 84+221+214=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDD6 is #AB2229. Grayscale: #B3B3B3. Windows color (decimal): -11215402 or 14081364. OLE color: 14081364.

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

Color convert

RGB 84 221 214 -
CMYK 0.62 0 0.03 0.13
HSL 176.93º 0.67% 0.6% -
HSV(B) 176.93º 0.62% 0.87% -
XYZ 41.65 58.45 72.71 -
YUV 179.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 84 221 214 0.62 0 0.03 0.13 176.93 0.67 0.6
Hex 54 DD D6 3E 0 3 D B1 43 3C
Octal 124 335 326 76 0 3 15 261 103 74
Binary 1010100 11011101 11010110 111110 0 11 1101 10110001 1000011 111100

Color Harmonies of #54DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDD6

Black with #54DDD6

Text Example


Text Example

White with #54DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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