Html Css Color HEX #54CCBA Medium Turquoise

📋 copy color: '#54CCBA'

red 84 ◦ green 204 ◦ blue 186

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

Shades of Medium Turquoise #54CCBA

Tints of Medium Turquoise #54CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

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

R = 17.72%
G = 43.04%
B = 39.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#54CCBA (or 0x54CCBA) is known color: Medium Turquoise. HEX triplet: 54, CC and BA. RGB value is (84,204,186). Sum of RGB (Red+Green+Blue) = 84+204+186=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCBA is #AB3345. Grayscale: #A6A6A6. Windows color (decimal): -11219782 or 12242004. OLE color: 12242004.

HSL color Cylindrical-coordinate representation of color #54CCBA: hue angle of 171º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CCBA is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 204 186 -
CMYK 0.59 0 0.09 0.2
HSL 171º 0.54% 0.56% -
HSV(B) 171º 0.59% 0.8% -
XYZ 34.11 48.62 54.04 -
YUV 166.07 139.24 69.46 -
System Red Green Blue C M Y K H S L
Decimal 84 204 186 0.59 0 0.09 0.2 171 0.54 0.56
Hex 54 CC BA 3B 0 9 14 AB 36 38
Octal 124 314 272 73 0 11 24 253 66 70
Binary 1010100 11001100 10111010 111011 0 1001 10100 10101011 110110 111000

Color Harmonies of #54CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCBA

Black with #54CCBA

Text Example


Text Example

White with #54CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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