Html Css Color HEX #54E6D9 Turquoise

📋 copy color: '#54E6D9'

red 84 ◦ green 230 ◦ blue 217

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

Shades of Turquoise #54E6D9

Tints of Turquoise #54E6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

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

R = 15.82%
G = 43.31%
B = 40.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#54E6D9 (or 0x54E6D9) is known color: Turquoise. HEX triplet: 54, E6 and D9. RGB value is (84,230,217). Sum of RGB (Red+Green+Blue) = 84+230+217=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6D9 is #AB1926. Grayscale: #B8B8B8. Windows color (decimal): -11213095 or 14280276. OLE color: 14280276.

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

Color convert

RGB 84 230 217 -
CMYK 0.63 0 0.06 0.10
HSL 174.66º 0.74% 0.62% -
HSV(B) 174.66º 0.63% 0.9% -
XYZ 44.48 63.49 75.56 -
YUV 184.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 84 230 217 0.63 0 0.06 0.10 174.66 0.74 0.62
Hex 54 E6 D9 3F 0 6 A AF 4A 3E
Octal 124 346 331 77 0 6 12 257 112 76
Binary 1010100 11100110 11011001 111111 0 110 1010 10101111 1001010 111110

Color Harmonies of #54E6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E6D9

Black with #54E6D9

Text Example


Text Example

White with #54E6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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