Html Css Color HEX #54DEBC Medium Turquoise

📋 copy color: '#54DEBC'

red 84 ◦ green 222 ◦ blue 188

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

Shades of Medium Turquoise #54DEBC

Tints of Medium Turquoise #54DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

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

R = 17%
G = 44.94%
B = 38.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#54DEBC (or 0x54DEBC) is known color: Medium Turquoise. HEX triplet: 54, DE and BC. RGB value is (84,222,188). Sum of RGB (Red+Green+Blue) = 84+222+188=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #54DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEBC is #AB2143. Grayscale: #B0B0B0. Windows color (decimal): -11215172 or 12377684. OLE color: 12377684.

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

Color convert

RGB 84 222 188 -
CMYK 0.62 0 0.15 0.13
HSL 165.22º 0.68% 0.6% -
HSV(B) 165.22º 0.62% 0.87% -
XYZ 38.85 57.76 56.68 -
YUV 176.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 84 222 188 0.62 0 0.15 0.13 165.22 0.68 0.6
Hex 54 DE BC 3E 0 F D A5 44 3C
Octal 124 336 274 76 0 17 15 245 104 74
Binary 1010100 11011110 10111100 111110 0 1111 1101 10100101 1000100 111100

Color Harmonies of #54DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DEBC

Black with #54DEBC

Text Example


Text Example

White with #54DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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