Html Css Color HEX #54ECDD Turquoise

📋 copy color: '#54ECDD'

red 84 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #54ECDD

Tints of Turquoise #54ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.62%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 15.53%
G = 43.62%
B = 40.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#54ECDD (or 0x54ECDD) is known color: Turquoise. HEX triplet: 54, EC and DD. RGB value is (84,236,221). Sum of RGB (Red+Green+Blue) = 84+236+221=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECDD is #AB1322. Grayscale: #BCBCBC. Windows color (decimal): -11211555 or 14543956. OLE color: 14543956.

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

Color convert

RGB 84 236 221 -
CMYK 0.64 0 0.06 0.07
HSL 174.08º 0.8% 0.63% -
HSV(B) 174.08º 0.64% 0.93% -
XYZ 46.7 67.1 78.9 -
YUV 188.84 146.14 53.22 -
System Red Green Blue C M Y K H S L
Decimal 84 236 221 0.64 0 0.06 0.07 174.08 0.8 0.63
Hex 54 EC DD 40 0 6 7 AE 50 3F
Octal 124 354 335 100 0 6 7 256 120 77
Binary 1010100 11101100 11011101 1000000 0 110 111 10101110 1010000 111111

Color Harmonies of #54ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECDD

Black with #54ECDD

Text Example


Text Example

White with #54ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,236,221); }

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

background-color css

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

 a { background-color: rgb(84,236,221); }

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

border-color css

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

 span { border-color: rgb(84,236,221); }

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