Html Css Color HEX #54EBC3 Turquoise

📋 copy color: '#54EBC3'

red 84 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #54EBC3

Tints of Turquoise #54EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 16.34%
G = 45.72%
B = 37.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#54EBC3 (or 0x54EBC3) is known color: Turquoise. HEX triplet: 54, EB and C3. RGB value is (84,235,195). Sum of RGB (Red+Green+Blue) = 84+235+195=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC3 is #AB143C. Grayscale: #B9B9B9. Windows color (decimal): -11211837 or 12839764. OLE color: 12839764.

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

Color convert

RGB 84 235 195 -
CMYK 0.64 0 0.17 0.08
HSL 164.11º 0.79% 0.63% -
HSV(B) 164.11º 0.64% 0.92% -
XYZ 43.21 65.24 61.95 -
YUV 185.29 133.47 55.75 -
System Red Green Blue C M Y K H S L
Decimal 84 235 195 0.64 0 0.17 0.08 164.11 0.79 0.63
Hex 54 EB C3 40 0 11 8 A4 4F 3F
Octal 124 353 303 100 0 21 10 244 117 77
Binary 1010100 11101011 11000011 1000000 0 10001 1000 10100100 1001111 111111

Color Harmonies of #54EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBC3

Black with #54EBC3

Text Example


Text Example

White with #54EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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