Html Css Color HEX #54EBBE Turquoise

📋 copy color: '#54EBBE'

red 84 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #54EBBE

Tints of Turquoise #54EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 16.5%
G = 46.17%
B = 37.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#54EBBE (or 0x54EBBE) is known color: Turquoise. HEX triplet: 54, EB and BE. RGB value is (84,235,190). Sum of RGB (Red+Green+Blue) = 84+235+190=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBBE is #AB1441. Grayscale: #B8B8B8. Windows color (decimal): -11211842 or 12512084. OLE color: 12512084.

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

Color convert

RGB 84 235 190 -
CMYK 0.64 0 0.19 0.08
HSL 162.12º 0.79% 0.63% -
HSV(B) 162.12º 0.64% 0.92% -
XYZ 42.66 65.02 59.02 -
YUV 184.72 130.97 56.16 -
System Red Green Blue C M Y K H S L
Decimal 84 235 190 0.64 0 0.19 0.08 162.12 0.79 0.63
Hex 54 EB BE 40 0 13 8 A2 4F 3F
Octal 124 353 276 100 0 23 10 242 117 77
Binary 1010100 11101011 10111110 1000000 0 10011 1000 10100010 1001111 111111

Color Harmonies of #54EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBBE

Black with #54EBBE

Text Example


Text Example

White with #54EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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