Html Css Color HEX #54EBCD Turquoise

📋 copy color: '#54EBCD'

red 84 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #54EBCD

Tints of Turquoise #54EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 16.03%
G = 44.85%
B = 39.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#54EBCD (or 0x54EBCD) is known color: Turquoise. HEX triplet: 54, EB and CD. RGB value is (84,235,205). Sum of RGB (Red+Green+Blue) = 84+235+205=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBCD is #AB1432. Grayscale: #BABABA. Windows color (decimal): -11211827 or 13495124. OLE color: 13495124.

HSL color Cylindrical-coordinate representation of color #54EBCD: hue angle of 168.08º 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 #54EBCD is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 235 205 -
CMYK 0.64 0 0.13 0.08
HSL 168.08º 0.79% 0.63% -
HSV(B) 168.08º 0.64% 0.92% -
XYZ 44.38 65.71 68.1 -
YUV 186.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 84 235 205 0.64 0 0.13 0.08 168.08 0.79 0.63
Hex 54 EB CD 40 0 D 8 A8 4F 3F
Octal 124 353 315 100 0 15 10 250 117 77
Binary 1010100 11101011 11001101 1000000 0 1101 1000 10101000 1001111 111111

Color Harmonies of #54EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBCD

Black with #54EBCD

Text Example


Text Example

White with #54EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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