Html Css Color HEX #54EFDA Turquoise

📋 copy color: '#54EFDA'

red 84 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #54EFDA

Tints of Turquoise #54EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 15.53%
G = 44.18%
B = 40.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#54EFDA (or 0x54EFDA) is known color: Turquoise. HEX triplet: 54, EF and DA. RGB value is (84,239,218). Sum of RGB (Red+Green+Blue) = 84+239+218=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFDA is #AB1025. Grayscale: #BEBEBE. Windows color (decimal): -11210790 or 14348116. OLE color: 14348116.

HSL color Cylindrical-coordinate representation of color #54EFDA: hue angle of 171.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFDA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 239 218 -
CMYK 0.65 0 0.09 0.06
HSL 171.87º 0.83% 0.63% -
HSV(B) 171.87º 0.65% 0.94% -
XYZ 47.18 68.68 77.1 -
YUV 190.26 143.65 52.21 -
System Red Green Blue C M Y K H S L
Decimal 84 239 218 0.65 0 0.09 0.06 171.87 0.83 0.63
Hex 54 EF DA 41 0 9 6 AC 53 3F
Octal 124 357 332 101 0 11 6 254 123 77
Binary 1010100 11101111 11011010 1000001 0 1001 110 10101100 1010011 111111

Color Harmonies of #54EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFDA

Black with #54EFDA

Text Example


Text Example

White with #54EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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