Html Css Color HEX #54EBC0 Turquoise

📋 copy color: '#54EBC0'

red 84 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #54EBC0

Tints of Turquoise #54EBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 16.44%
G = 45.99%
B = 37.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#54EBC0 (or 0x54EBC0) is known color: Turquoise. HEX triplet: 54, EB and C0. RGB value is (84,235,192). Sum of RGB (Red+Green+Blue) = 84+235+192=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC0 is #AB143F. Grayscale: #B8B8B8. Windows color (decimal): -11211840 or 12643156. OLE color: 12643156.

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

Color convert

RGB 84 235 192 -
CMYK 0.64 0 0.18 0.08
HSL 162.91º 0.79% 0.63% -
HSV(B) 162.91º 0.64% 0.92% -
XYZ 42.88 65.11 60.18 -
YUV 184.95 131.97 56 -
System Red Green Blue C M Y K H S L
Decimal 84 235 192 0.64 0 0.18 0.08 162.91 0.79 0.63
Hex 54 EB C0 40 0 12 8 A3 4F 3F
Octal 124 353 300 100 0 22 10 243 117 77
Binary 1010100 11101011 11000000 1000000 0 10010 1000 10100011 1001111 111111

Color Harmonies of #54EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBC0

Black with #54EBC0

Text Example


Text Example

White with #54EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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