Html Css Color HEX #54FEB9 Turquoise

📋 copy color: '#54FEB9'

red 84 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #54FEB9

Tints of Turquoise #54FEB9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 16.06%
G = 48.57%
B = 35.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#54FEB9 (or 0x54FEB9) is known color: Turquoise. HEX triplet: 54, FE and B9. RGB value is (84,254,185). Sum of RGB (Red+Green+Blue) = 84+254+185=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEB9 is #AB0146. Grayscale: #C3C3C3. Windows color (decimal): -11206983 or 12189268. OLE color: 12189268.

HSL color Cylindrical-coordinate representation of color #54FEB9: hue angle of 155.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEB9 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 254 185 -
CMYK 0.67 0 0.27 0.00
HSL 155.65º 0.99% 0.66% -
HSV(B) 155.65º 0.67% 1% -
XYZ 47.85 76.27 58.1 -
YUV 195.3 122.18 48.61 -
System Red Green Blue C M Y K H S L
Decimal 84 254 185 0.67 0 0.27 0.00 155.65 0.99 0.66
Hex 54 FE B9 43 0 1B 0 9C 63 42
Octal 124 376 271 103 0 33 0 234 143 102
Binary 1010100 11111110 10111001 1000011 0 11011 0 10011100 1100011 1000010

Color Harmonies of #54FEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FEB9

Black with #54FEB9

Text Example


Text Example

White with #54FEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,254,185); }

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

background-color css

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

 a { background-color: rgb(84,254,185); }

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

border-color css

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

 span { border-color: rgb(84,254,185); }

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