Html Css Color HEX #54EADC Turquoise

📋 copy color: '#54EADC'

red 84 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #54EADC

Tints of Turquoise #54EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.49%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 15.61%
G = 43.49%
B = 40.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#54EADC (or 0x54EADC) is known color: Turquoise. HEX triplet: 54, EA and DC. RGB value is (84,234,220). Sum of RGB (Red+Green+Blue) = 84+234+220=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #54EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EADC is #AB1523. Grayscale: #BBBBBB. Windows color (decimal): -11212068 or 14477908. OLE color: 14477908.

HSL color Cylindrical-coordinate representation of color #54EADC: hue angle of 174.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EADC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 234 220 -
CMYK 0.64 0 0.06 0.08
HSL 174.4º 0.78% 0.62% -
HSV(B) 174.4º 0.64% 0.92% -
XYZ 46 65.9 78.01 -
YUV 187.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 84 234 220 0.64 0 0.06 0.08 174.4 0.78 0.62
Hex 54 EA DC 40 0 6 8 AE 4E 3E
Octal 124 352 334 100 0 6 10 256 116 76
Binary 1010100 11101010 11011100 1000000 0 110 1000 10101110 1001110 111110

Color Harmonies of #54EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EADC

Black with #54EADC

Text Example


Text Example

White with #54EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,234,220); }

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

background-color css

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

 a { background-color: rgb(84,234,220); }

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

border-color css

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

 span { border-color: rgb(84,234,220); }

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