Html Css Color HEX #54D0C5 Medium Turquoise

📋 copy color: '#54D0C5'

red 84 ◦ green 208 ◦ blue 197

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

Shades of Medium Turquoise #54D0C5

Tints of Medium Turquoise #54D0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.54%

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

R = 17.18%
G = 42.54%
B = 40.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#54D0C5 (or 0x54D0C5) is known color: Medium Turquoise. HEX triplet: 54, D0 and C5. RGB value is (84,208,197). Sum of RGB (Red+Green+Blue) = 84+208+197=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #54D0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D0C5 is #AB2F3A. Grayscale: #A9A9A9. Windows color (decimal): -11218747 or 12963924. OLE color: 12963924.

HSL color Cylindrical-coordinate representation of color #54D0C5: hue angle of 174.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D0C5 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 208 197 -
CMYK 0.60 0 0.05 0.18
HSL 174.68º 0.57% 0.57% -
HSV(B) 174.68º 0.6% 0.82% -
XYZ 36.29 51.03 60.76 -
YUV 169.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 84 208 197 0.60 0 0.05 0.18 174.68 0.57 0.57
Hex 54 D0 C5 3C 0 5 12 AF 39 39
Octal 124 320 305 74 0 5 22 257 71 71
Binary 1010100 11010000 11000101 111100 0 101 10010 10101111 111001 111001

Color Harmonies of #54D0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D0C5

Black with #54D0C5

Text Example


Text Example

White with #54D0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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