Html Css Color HEX #54EED9 Turquoise

📋 copy color: '#54EED9'

red 84 ◦ green 238 ◦ blue 217

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

Shades of Turquoise #54EED9

Tints of Turquoise #54EED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 15.58%
G = 44.16%
B = 40.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#54EED9 (or 0x54EED9) is known color: Turquoise. HEX triplet: 54, EE and D9. RGB value is (84,238,217). Sum of RGB (Red+Green+Blue) = 84+238+217=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #54EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EED9 is #AB1126. Grayscale: #BDBDBD. Windows color (decimal): -11211047 or 14282324. OLE color: 14282324.

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

Color convert

RGB 84 238 217 -
CMYK 0.65 0 0.09 0.07
HSL 171.82º 0.82% 0.63% -
HSV(B) 171.82º 0.65% 0.93% -
XYZ 46.76 68.04 76.32 -
YUV 189.56 143.48 52.71 -
System Red Green Blue C M Y K H S L
Decimal 84 238 217 0.65 0 0.09 0.07 171.82 0.82 0.63
Hex 54 EE D9 41 0 9 7 AC 52 3F
Octal 124 356 331 101 0 11 7 254 122 77
Binary 1010100 11101110 11011001 1000001 0 1001 111 10101100 1010010 111111

Color Harmonies of #54EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EED9

Black with #54EED9

Text Example


Text Example

White with #54EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,238,217); }

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

background-color css

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

 a { background-color: rgb(84,238,217); }

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

border-color css

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

 span { border-color: rgb(84,238,217); }

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