Html Css Color HEX #54DBBC Medium Turquoise

📋 copy color: '#54DBBC'

red 84 ◦ green 219 ◦ blue 188

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

Shades of Medium Turquoise #54DBBC

Tints of Medium Turquoise #54DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 17.11%
G = 44.6%
B = 38.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#54DBBC (or 0x54DBBC) is known color: Medium Turquoise. HEX triplet: 54, DB and BC. RGB value is (84,219,188). Sum of RGB (Red+Green+Blue) = 84+219+188=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBBC is #AB2443. Grayscale: #AFAFAF. Windows color (decimal): -11215940 or 12376916. OLE color: 12376916.

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

Color convert

RGB 84 219 188 -
CMYK 0.62 0 0.14 0.14
HSL 166.22º 0.65% 0.59% -
HSV(B) 166.22º 0.62% 0.86% -
XYZ 38.06 56.18 56.41 -
YUV 175.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 84 219 188 0.62 0 0.14 0.14 166.22 0.65 0.59
Hex 54 DB BC 3E 0 E E A6 41 3B
Octal 124 333 274 76 0 16 16 246 101 73
Binary 1010100 11011011 10111100 111110 0 1110 1110 10100110 1000001 111011

Color Harmonies of #54DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DBBC

Black with #54DBBC

Text Example


Text Example

White with #54DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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