Html Css Color HEX #54ECDB Turquoise

📋 copy color: '#54ECDB'

red 84 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #54ECDB

Tints of Turquoise #54ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 15.58%
G = 43.78%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#54ECDB (or 0x54ECDB) is known color: Turquoise. HEX triplet: 54, EC and DB. RGB value is (84,236,219). Sum of RGB (Red+Green+Blue) = 84+236+219=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECDB is #AB1324. Grayscale: #BCBCBC. Windows color (decimal): -11211557 or 14412884. OLE color: 14412884.

HSL color Cylindrical-coordinate representation of color #54ECDB: hue angle of 173.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ECDB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 236 219 -
CMYK 0.64 0 0.07 0.07
HSL 173.29º 0.8% 0.63% -
HSV(B) 173.29º 0.64% 0.93% -
XYZ 46.44 66.99 77.5 -
YUV 188.61 145.14 53.38 -
System Red Green Blue C M Y K H S L
Decimal 84 236 219 0.64 0 0.07 0.07 173.29 0.8 0.63
Hex 54 EC DB 40 0 7 7 AD 50 3F
Octal 124 354 333 100 0 7 7 255 120 77
Binary 1010100 11101100 11011011 1000000 0 111 111 10101101 1010000 111111

Color Harmonies of #54ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECDB

Black with #54ECDB

Text Example


Text Example

White with #54ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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