Html Css Color HEX #54F4DB Turquoise

📋 copy color: '#54F4DB'

red 84 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #54F4DB

Tints of Turquoise #54F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.61%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 15.36%
G = 44.61%
B = 40.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#54F4DB (or 0x54F4DB) is known color: Turquoise. HEX triplet: 54, F4 and DB. RGB value is (84,244,219). Sum of RGB (Red+Green+Blue) = 84+244+219=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #54F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F4DB is #AB0B24. Grayscale: #C1C1C1. Windows color (decimal): -11209509 or 14414932. OLE color: 14414932.

HSL color Cylindrical-coordinate representation of color #54F4DB: hue angle of 170.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F4DB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 244 219 -
CMYK 0.66 0 0.10 0.04
HSL 170.63º 0.88% 0.64% -
HSV(B) 170.63º 0.66% 0.96% -
XYZ 48.79 71.7 78.29 -
YUV 193.31 142.49 50.03 -
System Red Green Blue C M Y K H S L
Decimal 84 244 219 0.66 0 0.10 0.04 170.63 0.88 0.64
Hex 54 F4 DB 42 0 A 4 AB 58 40
Octal 124 364 333 102 0 12 4 253 130 100
Binary 1010100 11110100 11011011 1000010 0 1010 100 10101011 1011000 1000000

Color Harmonies of #54F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F4DB

Black with #54F4DB

Text Example


Text Example

White with #54F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,244,219); }

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

background-color css

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

 a { background-color: rgb(84,244,219); }

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

border-color css

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

 span { border-color: rgb(84,244,219); }

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