Html Css Color HEX #54D1BB Medium Turquoise

📋 copy color: '#54D1BB'

red 84 ◦ green 209 ◦ blue 187

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

Shades of Medium Turquoise #54D1BB

Tints of Medium Turquoise #54D1BB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.54%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 17.5%
G = 43.54%
B = 38.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#54D1BB (or 0x54D1BB) is known color: Medium Turquoise. HEX triplet: 54, D1 and BB. RGB value is (84,209,187). Sum of RGB (Red+Green+Blue) = 84+209+187=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #54D1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1BB is #AB2E44. Grayscale: #A9A9A9. Windows color (decimal): -11218501 or 12308820. OLE color: 12308820.

HSL color Cylindrical-coordinate representation of color #54D1BB: hue angle of 169.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D1BB is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 209 187 -
CMYK 0.60 0 0.11 0.18
HSL 169.44º 0.58% 0.57% -
HSV(B) 169.44º 0.6% 0.82% -
XYZ 35.43 51.07 55 -
YUV 169.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 84 209 187 0.60 0 0.11 0.18 169.44 0.58 0.57
Hex 54 D1 BB 3C 0 B 12 A9 3A 39
Octal 124 321 273 74 0 13 22 251 72 71
Binary 1010100 11010001 10111011 111100 0 1011 10010 10101001 111010 111001

Color Harmonies of #54D1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D1BB

Black with #54D1BB

Text Example


Text Example

White with #54D1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,209,187); }

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

background-color css

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

 a { background-color: rgb(84,209,187); }

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

border-color css

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

 span { border-color: rgb(84,209,187); }

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