Html Css Color HEX #54FCD9 Turquoise

📋 copy color: '#54FCD9'

red 84 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #54FCD9

Tints of Turquoise #54FCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 217 (85.16% from 255) = 39.24%

R = 15.19%
G = 45.57%
B = 39.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#54FCD9 (or 0x54FCD9) is known color: Turquoise. HEX triplet: 54, FC and D9. RGB value is (84,252,217). Sum of RGB (Red+Green+Blue) = 84+252+217=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCD9 is #AB0326. Grayscale: #C5C5C5. Windows color (decimal): -11207463 or 14285908. OLE color: 14285908.

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

Color convert

RGB 84 252 217 -
CMYK 0.67 0 0.14 0.01
HSL 167.5º 0.97% 0.66% -
HSV(B) 167.5º 0.67% 0.99% -
XYZ 50.99 76.52 77.73 -
YUV 197.78 138.84 46.85 -
System Red Green Blue C M Y K H S L
Decimal 84 252 217 0.67 0 0.14 0.01 167.5 0.97 0.66
Hex 54 FC D9 43 0 E 1 A8 61 42
Octal 124 374 331 103 0 16 1 250 141 102
Binary 1010100 11111100 11011001 1000011 0 1110 1 10101000 1100001 1000010

Color Harmonies of #54FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FCD9

Black with #54FCD9

Text Example


Text Example

White with #54FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,252,217); }

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

background-color css

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

 a { background-color: rgb(84,252,217); }

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

border-color css

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

 span { border-color: rgb(84,252,217); }

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