Html Css Color HEX #54DDDA Medium Turquoise

📋 copy color: '#54DDDA'

red 84 ◦ green 221 ◦ blue 218

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

Shades of Medium Turquoise #54DDDA

Tints of Medium Turquoise #54DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 16.06%
G = 42.26%
B = 41.68%

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

#54DDDA (or 0x54DDDA) is known color: Medium Turquoise. HEX triplet: 54, DD and DA. RGB value is (84,221,218). Sum of RGB (Red+Green+Blue) = 84+221+218=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDDA is #AB2225. Grayscale: #B3B3B3. Windows color (decimal): -11215398 or 14343508. OLE color: 14343508.

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

Color convert

RGB 84 221 218 -
CMYK 0.62 0 0.01 0.13
HSL 178.69º 0.67% 0.6% -
HSV(B) 178.69º 0.62% 0.87% -
XYZ 42.17 58.66 75.43 -
YUV 179.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 84 221 218 0.62 0 0.01 0.13 178.69 0.67 0.6
Hex 54 DD DA 3E 0 1 D B3 43 3C
Octal 124 335 332 76 0 1 15 263 103 74
Binary 1010100 11011101 11011010 111110 0 1 1101 10110011 1000011 111100

Color Harmonies of #54DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DDDA

Black with #54DDDA

Text Example


Text Example

White with #54DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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