Html Css Color HEX #54FFC7 Turquoise

📋 copy color: '#54FFC7'

red 84 ◦ green 255 ◦ blue 199

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

Shades of Turquoise #54FFC7

Tints of Turquoise #54FFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 15.61%
G = 47.4%
B = 36.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#54FFC7 (or 0x54FFC7) is known color: Turquoise. HEX triplet: 54, FF and C7. RGB value is (84,255,199). Sum of RGB (Red+Green+Blue) = 84+255+199=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC7 is #AB0038. Grayscale: #C5C5C5. Windows color (decimal): -11206713 or 13107028. OLE color: 13107028.

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

Color convert

RGB 84 255 199 -
CMYK 0.67 0 0.22 0
HSL 160.35º 1% 0.66% -
HSV(B) 160.35º 0.67% 1% -
XYZ 49.72 77.53 66.38 -
YUV 197.49 128.85 47.05 -
System Red Green Blue C M Y K H S L
Decimal 84 255 199 0.67 0 0.22 0 160.35 1 0.66
Hex 54 FF C7 43 0 16 0 A0 64 42
Octal 124 377 307 103 0 26 0 240 144 102
Binary 1010100 11111111 11000111 1000011 0 10110 0 10100000 1100100 1000010

Color Harmonies of #54FFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FFC7

Black with #54FFC7

Text Example


Text Example

White with #54FFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,255,199); }

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

background-color css

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

 a { background-color: rgb(84,255,199); }

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

border-color css

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

 span { border-color: rgb(84,255,199); }

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