Html Css Color HEX #54EBDC Turquoise

📋 copy color: '#54EBDC'

red 84 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #54EBDC

Tints of Turquoise #54EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 15.58%
G = 43.6%
B = 40.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#54EBDC (or 0x54EBDC) is known color: Turquoise. HEX triplet: 54, EB and DC. RGB value is (84,235,220). Sum of RGB (Red+Green+Blue) = 84+235+220=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBDC is #AB1423. Grayscale: #BCBCBC. Windows color (decimal): -11211812 or 14478164. OLE color: 14478164.

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

Color convert

RGB 84 235 220 -
CMYK 0.64 0 0.06 0.08
HSL 174.04º 0.79% 0.63% -
HSV(B) 174.04º 0.64% 0.92% -
XYZ 46.28 66.47 78.1 -
YUV 188.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 84 235 220 0.64 0 0.06 0.08 174.04 0.79 0.63
Hex 54 EB DC 40 0 6 8 AE 4F 3F
Octal 124 353 334 100 0 6 10 256 117 77
Binary 1010100 11101011 11011100 1000000 0 110 1000 10101110 1001111 111111

Color Harmonies of #54EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBDC

Black with #54EBDC

Text Example


Text Example

White with #54EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,235,220); }

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

background-color css

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

 a { background-color: rgb(84,235,220); }

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

border-color css

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

 span { border-color: rgb(84,235,220); }

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