Html Css Color HEX #54CDBA Medium Turquoise

📋 copy color: '#54CDBA'

red 84 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #54CDBA

Tints of Medium Turquoise #54CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 17.68%
G = 43.16%
B = 39.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#54CDBA (or 0x54CDBA) is known color: Medium Turquoise. HEX triplet: 54, CD and BA. RGB value is (84,205,186). Sum of RGB (Red+Green+Blue) = 84+205+186=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDBA is #AB3245. Grayscale: #A6A6A6. Windows color (decimal): -11219526 or 12242260. OLE color: 12242260.

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

Color convert

RGB 84 205 186 -
CMYK 0.59 0 0.09 0.20
HSL 170.58º 0.55% 0.57% -
HSV(B) 170.58º 0.59% 0.8% -
XYZ 34.35 49.09 54.12 -
YUV 166.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 84 205 186 0.59 0 0.09 0.20 170.58 0.55 0.57
Hex 54 CD BA 3B 0 9 14 AB 37 39
Octal 124 315 272 73 0 11 24 253 67 71
Binary 1010100 11001101 10111010 111011 0 1001 10100 10101011 110111 111001

Color Harmonies of #54CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDBA

Black with #54CDBA

Text Example


Text Example

White with #54CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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