Html Css Color HEX #54E3DA Turquoise

📋 copy color: '#54E3DA'

red 84 ◦ green 227 ◦ blue 218

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

Shades of Turquoise #54E3DA

Tints of Turquoise #54E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 15.88%
G = 42.91%
B = 41.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#54E3DA (or 0x54E3DA) is known color: Turquoise. HEX triplet: 54, E3 and DA. RGB value is (84,227,218). Sum of RGB (Red+Green+Blue) = 84+227+218=529 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.88% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #54E3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E3DA is #AB1C25. Grayscale: #B7B7B7. Windows color (decimal): -11213862 or 14345044. OLE color: 14345044.

HSL color Cylindrical-coordinate representation of color #54E3DA: hue angle of 176.22º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E3DA is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 84 227 218 -
CMYK 0.63 0 0.04 0.11
HSL 176.22º 0.72% 0.61% -
HSV(B) 176.22º 0.63% 0.89% -
XYZ 43.78 61.88 75.97 -
YUV 183.22 147.62 57.23 -
System Red Green Blue C M Y K H S L
Decimal 84 227 218 0.63 0 0.04 0.11 176.22 0.72 0.61
Hex 54 E3 DA 3F 0 4 B B0 48 3D
Octal 124 343 332 77 0 4 13 260 110 75
Binary 1010100 11100011 11011010 111111 0 100 1011 10110000 1001000 111101

Color Harmonies of #54E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E3DA

Black with #54E3DA

Text Example


Text Example

White with #54E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,227,218); }

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

background-color css

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

 a { background-color: rgb(84,227,218); }

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

border-color css

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

 span { border-color: rgb(84,227,218); }

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