Html Css Color HEX #54EDDA Turquoise

📋 copy color: '#54EDDA'

red 84 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #54EDDA

Tints of Turquoise #54EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 15.58%
G = 43.97%
B = 40.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#54EDDA (or 0x54EDDA) is known color: Turquoise. HEX triplet: 54, ED and DA. RGB value is (84,237,218). Sum of RGB (Red+Green+Blue) = 84+237+218=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDDA is #AB1225. Grayscale: #BDBDBD. Windows color (decimal): -11211302 or 14347604. OLE color: 14347604.

HSL color Cylindrical-coordinate representation of color #54EDDA: hue angle of 172.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDDA is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 237 218 -
CMYK 0.65 0 0.08 0.07
HSL 172.55º 0.81% 0.63% -
HSV(B) 172.55º 0.65% 0.93% -
XYZ 46.6 67.52 76.91 -
YUV 189.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 84 237 218 0.65 0 0.08 0.07 172.55 0.81 0.63
Hex 54 ED DA 41 0 8 7 AD 51 3F
Octal 124 355 332 101 0 10 7 255 121 77
Binary 1010100 11101101 11011010 1000001 0 1000 111 10101101 1010001 111111

Color Harmonies of #54EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EDDA

Black with #54EDDA

Text Example


Text Example

White with #54EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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