Html Css Color HEX #54E8C1 Turquoise

📋 copy color: '#54E8C1'

red 84 ◦ green 232 ◦ blue 193

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

Shades of Turquoise #54E8C1

Tints of Turquoise #54E8C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 16.5%
G = 45.58%
B = 37.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#54E8C1 (or 0x54E8C1) is known color: Turquoise. HEX triplet: 54, E8 and C1. RGB value is (84,232,193). Sum of RGB (Red+Green+Blue) = 84+232+193=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8C1 is #AB173E. Grayscale: #B7B7B7. Windows color (decimal): -11212607 or 12707924. OLE color: 12707924.

HSL color Cylindrical-coordinate representation of color #54E8C1: hue angle of 164.19º 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 #54E8C1 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 232 193 -
CMYK 0.64 0 0.17 0.09
HSL 164.19º 0.76% 0.62% -
HSV(B) 164.19º 0.64% 0.91% -
XYZ 42.14 63.45 60.48 -
YUV 183.3 133.47 57.17 -
System Red Green Blue C M Y K H S L
Decimal 84 232 193 0.64 0 0.17 0.09 164.19 0.76 0.62
Hex 54 E8 C1 40 0 11 9 A4 4C 3E
Octal 124 350 301 100 0 21 11 244 114 76
Binary 1010100 11101000 11000001 1000000 0 10001 1001 10100100 1001100 111110

Color Harmonies of #54E8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E8C1

Black with #54E8C1

Text Example


Text Example

White with #54E8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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