Html Css Color HEX #54E5D1 Turquoise

📋 copy color: '#54E5D1'

red 84 ◦ green 229 ◦ blue 209

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

Shades of Turquoise #54E5D1

Tints of Turquoise #54E5D1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 16.09%
G = 43.87%
B = 40.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#54E5D1 (or 0x54E5D1) is known color: Turquoise. HEX triplet: 54, E5 and D1. RGB value is (84,229,209). Sum of RGB (Red+Green+Blue) = 84+229+209=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E5D1 is #AB1A2E. Grayscale: #B7B7B7. Windows color (decimal): -11213359 or 13755732. OLE color: 13755732.

HSL color Cylindrical-coordinate representation of color #54E5D1: hue angle of 171.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E5D1 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 229 209 -
CMYK 0.63 0 0.09 0.10
HSL 171.72º 0.74% 0.61% -
HSV(B) 171.72º 0.63% 0.9% -
XYZ 43.18 62.53 70.11 -
YUV 183.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 84 229 209 0.63 0 0.09 0.10 171.72 0.74 0.61
Hex 54 E5 D1 3F 0 9 A AC 4A 3D
Octal 124 345 321 77 0 11 12 254 112 75
Binary 1010100 11100101 11010001 111111 0 1001 1010 10101100 1001010 111101

Color Harmonies of #54E5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E5D1

Black with #54E5D1

Text Example


Text Example

White with #54E5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,229,209); }

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

background-color css

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

 a { background-color: rgb(84,229,209); }

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

border-color css

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

 span { border-color: rgb(84,229,209); }

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