Html Css Color HEX #54EAD5 Turquoise

📋 copy color: '#54EAD5'

red 84 ◦ green 234 ◦ blue 213

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

Shades of Turquoise #54EAD5

Tints of Turquoise #54EAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 15.82%
G = 44.07%
B = 40.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#54EAD5 (or 0x54EAD5) is known color: Turquoise. HEX triplet: 54, EA and D5. RGB value is (84,234,213). Sum of RGB (Red+Green+Blue) = 84+234+213=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #54EAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EAD5 is #AB152A. Grayscale: #BABABA. Windows color (decimal): -11212075 or 14019156. OLE color: 14019156.

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

Color convert

RGB 84 234 213 -
CMYK 0.64 0 0.09 0.08
HSL 171.6º 0.78% 0.62% -
HSV(B) 171.6º 0.64% 0.92% -
XYZ 45.09 65.53 73.22 -
YUV 186.76 142.81 54.71 -
System Red Green Blue C M Y K H S L
Decimal 84 234 213 0.64 0 0.09 0.08 171.6 0.78 0.62
Hex 54 EA D5 40 0 9 8 AC 4E 3E
Octal 124 352 325 100 0 11 10 254 116 76
Binary 1010100 11101010 11010101 1000000 0 1001 1000 10101100 1001110 111110

Color Harmonies of #54EAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EAD5

Black with #54EAD5

Text Example


Text Example

White with #54EAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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