Html Css Color HEX #54DAC5 Medium Turquoise

📋 copy color: '#54DAC5'

red 84 ◦ green 218 ◦ blue 197

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

Shades of Medium Turquoise #54DAC5

Tints of Medium Turquoise #54DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 16.83%
G = 43.69%
B = 39.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#54DAC5 (or 0x54DAC5) is known color: Medium Turquoise. HEX triplet: 54, DA and C5. RGB value is (84,218,197). Sum of RGB (Red+Green+Blue) = 84+218+197=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #54DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DAC5 is #AB253A. Grayscale: #AFAFAF. Windows color (decimal): -11216187 or 12966484. OLE color: 12966484.

HSL color Cylindrical-coordinate representation of color #54DAC5: hue angle of 170.6º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DAC5 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 218 197 -
CMYK 0.61 0 0.10 0.15
HSL 170.6º 0.64% 0.59% -
HSV(B) 170.6º 0.61% 0.85% -
XYZ 38.81 56.06 61.6 -
YUV 175.54 140.11 62.71 -
System Red Green Blue C M Y K H S L
Decimal 84 218 197 0.61 0 0.10 0.15 170.6 0.64 0.59
Hex 54 DA C5 3D 0 A F AB 40 3B
Octal 124 332 305 75 0 12 17 253 100 73
Binary 1010100 11011010 11000101 111101 0 1010 1111 10101011 1000000 111011

Color Harmonies of #54DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DAC5

Black with #54DAC5

Text Example


Text Example

White with #54DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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