Html Css Color HEX #54DCBC Medium Turquoise

📋 copy color: '#54DCBC'

red 84 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #54DCBC

Tints of Medium Turquoise #54DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 17.07%
G = 44.72%
B = 38.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#54DCBC (or 0x54DCBC) is known color: Medium Turquoise. HEX triplet: 54, DC and BC. RGB value is (84,220,188). Sum of RGB (Red+Green+Blue) = 84+220+188=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCBC is #AB2343. Grayscale: #AFAFAF. Windows color (decimal): -11215684 or 12377172. OLE color: 12377172.

HSL color Cylindrical-coordinate representation of color #54DCBC: hue angle of 165.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 220 188 -
CMYK 0.62 0 0.15 0.14
HSL 165.88º 0.66% 0.6% -
HSV(B) 165.88º 0.62% 0.86% -
XYZ 38.33 56.7 56.5 -
YUV 175.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 84 220 188 0.62 0 0.15 0.14 165.88 0.66 0.6
Hex 54 DC BC 3E 0 F E A6 42 3C
Octal 124 334 274 76 0 17 16 246 102 74
Binary 1010100 11011100 10111100 111110 0 1111 1110 10100110 1000010 111100

Color Harmonies of #54DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCBC

Black with #54DCBC

Text Example


Text Example

White with #54DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,220,188); }

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

background-color css

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

 a { background-color: rgb(84,220,188); }

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

border-color css

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

 span { border-color: rgb(84,220,188); }

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