Html Css Color HEX #54E4D9 Turquoise

📋 copy color: '#54E4D9'

red 84 ◦ green 228 ◦ blue 217

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

Shades of Turquoise #54E4D9

Tints of Turquoise #54E4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 15.88%
G = 43.1%
B = 41.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#54E4D9 (or 0x54E4D9) is known color: Turquoise. HEX triplet: 54, E4 and D9. RGB value is (84,228,217). Sum of RGB (Red+Green+Blue) = 84+228+217=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4D9 is #AB1B26. Grayscale: #B7B7B7. Windows color (decimal): -11213607 or 14279764. OLE color: 14279764.

HSL color Cylindrical-coordinate representation of color #54E4D9: hue angle of 175.42º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E4D9 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 84 228 217 -
CMYK 0.63 0 0.05 0.11
HSL 175.42º 0.73% 0.61% -
HSV(B) 175.42º 0.63% 0.89% -
XYZ 43.92 62.38 75.37 -
YUV 183.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 84 228 217 0.63 0 0.05 0.11 175.42 0.73 0.61
Hex 54 E4 D9 3F 0 5 B AF 49 3D
Octal 124 344 331 77 0 5 13 257 111 75
Binary 1010100 11100100 11011001 111111 0 101 1011 10101111 1001001 111101

Color Harmonies of #54E4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E4D9

Black with #54E4D9

Text Example


Text Example

White with #54E4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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