Html Css Color HEX #54E8C9 Turquoise

📋 copy color: '#54E8C9'

red 84 ◦ green 232 ◦ blue 201

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

Shades of Turquoise #54E8C9

Tints of Turquoise #54E8C9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.87%

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 16.25%
G = 44.87%
B = 38.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#54E8C9 (or 0x54E8C9) is known color: Turquoise. HEX triplet: 54, E8 and C9. RGB value is (84,232,201). Sum of RGB (Red+Green+Blue) = 84+232+201=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8C9 is #AB1736. Grayscale: #B8B8B8. Windows color (decimal): -11212599 or 13232212. OLE color: 13232212.

HSL color Cylindrical-coordinate representation of color #54E8C9: hue angle of 167.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8C9 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 232 201 -
CMYK 0.64 0 0.13 0.09
HSL 167.43º 0.76% 0.62% -
HSV(B) 167.43º 0.64% 0.91% -
XYZ 43.06 63.82 65.31 -
YUV 184.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 84 232 201 0.64 0 0.13 0.09 167.43 0.76 0.62
Hex 54 E8 C9 40 0 D 9 A7 4C 3E
Octal 124 350 311 100 0 15 11 247 114 76
Binary 1010100 11101000 11001001 1000000 0 1101 1001 10100111 1001100 111110

Color Harmonies of #54E8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E8C9

Black with #54E8C9

Text Example


Text Example

White with #54E8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,232,201); }

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

background-color css

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

 a { background-color: rgb(84,232,201); }

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

border-color css

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

 span { border-color: rgb(84,232,201); }

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