Html Css Color HEX #54DDDB Medium Turquoise

📋 copy color: '#54DDDB'

red 84 ◦ green 221 ◦ blue 219

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

Shades of Medium Turquoise #54DDDB

Tints of Medium Turquoise #54DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 16.03%
G = 42.18%
B = 41.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#54DDDB (or 0x54DDDB) is known color: Medium Turquoise. HEX triplet: 54, DD and DB. RGB value is (84,221,219). Sum of RGB (Red+Green+Blue) = 84+221+219=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDDB is #AB2224. Grayscale: #B3B3B3. Windows color (decimal): -11215397 or 14409044. OLE color: 14409044.

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

Color convert

RGB 84 221 219 -
CMYK 0.62 0 0.01 0.13
HSL 179.12º 0.67% 0.6% -
HSV(B) 179.12º 0.62% 0.87% -
XYZ 42.3 58.71 76.12 -
YUV 179.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 84 221 219 0.62 0 0.01 0.13 179.12 0.67 0.6
Hex 54 DD DB 3E 0 1 D B3 43 3C
Octal 124 335 333 76 0 1 15 263 103 74
Binary 1010100 11011101 11011011 111110 0 1 1101 10110011 1000011 111100

Color Harmonies of #54DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDDB

Black with #54DDDB

Text Example


Text Example

White with #54DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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