Html Css Color HEX #54C5CD Medium Turquoise

📋 copy color: '#54C5CD'

red 84 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #54C5CD

Tints of Medium Turquoise #54C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 17.28%
G = 40.53%
B = 42.18%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54C5CD (or 0x54C5CD) is known color: Medium Turquoise. HEX triplet: 54, C5 and CD. RGB value is (84,197,205). Sum of RGB (Red+Green+Blue) = 84+197+205=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #54C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5CD is #AB3A32. Grayscale: #A3A3A3. Windows color (decimal): -11221555 or 13485396. OLE color: 13485396.

HSL color Cylindrical-coordinate representation of color #54C5CD: hue angle of 183.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C5CD is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 197 205 -
CMYK 0.59 0.04 0 0.20
HSL 183.97º 0.55% 0.57% -
HSV(B) 183.97º 0.59% 0.8% -
XYZ 34.64 46.23 64.85 -
YUV 164.13 151.06 70.85 -
System Red Green Blue C M Y K H S L
Decimal 84 197 205 0.59 0.04 0 0.20 183.97 0.55 0.57
Hex 54 C5 CD 3B 4 0 14 B8 37 39
Octal 124 305 315 73 4 0 24 270 67 71
Binary 1010100 11000101 11001101 111011 100 0 10100 10111000 110111 111001

Color Harmonies of #54C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C5CD

Black with #54C5CD

Text Example


Text Example

White with #54C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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