Html Css Color HEX #54DABC Medium Turquoise

📋 copy color: '#54DABC'

red 84 ◦ green 218 ◦ blue 188

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

Shades of Medium Turquoise #54DABC

Tints of Medium Turquoise #54DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

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

R = 17.14%
G = 44.49%
B = 38.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#54DABC (or 0x54DABC) is known color: Medium Turquoise. HEX triplet: 54, DA and BC. RGB value is (84,218,188). Sum of RGB (Red+Green+Blue) = 84+218+188=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #54DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DABC is #AB2543. Grayscale: #AEAEAE. Windows color (decimal): -11216196 or 12376660. OLE color: 12376660.

HSL color Cylindrical-coordinate representation of color #54DABC: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DABC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 218 188 -
CMYK 0.61 0 0.14 0.15
HSL 166.57º 0.64% 0.59% -
HSV(B) 166.57º 0.61% 0.85% -
XYZ 37.8 55.66 56.33 -
YUV 174.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 84 218 188 0.61 0 0.14 0.15 166.57 0.64 0.59
Hex 54 DA BC 3D 0 E F A7 40 3B
Octal 124 332 274 75 0 16 17 247 100 73
Binary 1010100 11011010 10111100 111101 0 1110 1111 10100111 1000000 111011

Color Harmonies of #54DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DABC

Black with #54DABC

Text Example


Text Example

White with #54DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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