Html Css Color HEX #54CDC0 Medium Turquoise

📋 copy color: '#54CDC0'

red 84 ◦ green 205 ◦ blue 192

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

Shades of Medium Turquoise #54CDC0

Tints of Medium Turquoise #54CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 17.46%
G = 42.62%
B = 39.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#54CDC0 (or 0x54CDC0) is known color: Medium Turquoise. HEX triplet: 54, CD and C0. RGB value is (84,205,192). Sum of RGB (Red+Green+Blue) = 84+205+192=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDC0 is #AB323F. Grayscale: #A7A7A7. Windows color (decimal): -11219520 or 12635476. OLE color: 12635476.

HSL color Cylindrical-coordinate representation of color #54CDC0: hue angle of 173.55º 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 #54CDC0 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 192 -
CMYK 0.59 0 0.06 0.20
HSL 173.55º 0.55% 0.57% -
HSV(B) 173.55º 0.59% 0.8% -
XYZ 35 49.35 57.55 -
YUV 167.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 84 205 192 0.59 0 0.06 0.20 173.55 0.55 0.57
Hex 54 CD C0 3B 0 6 14 AE 37 39
Octal 124 315 300 73 0 6 24 256 67 71
Binary 1010100 11001101 11000000 111011 0 110 10100 10101110 110111 111001

Color Harmonies of #54CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDC0

Black with #54CDC0

Text Example


Text Example

White with #54CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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