Html Css Color HEX #54FCC7 Turquoise

📋 copy color: '#54FCC7'

red 84 ◦ green 252 ◦ blue 199

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

Shades of Turquoise #54FCC7

Tints of Turquoise #54FCC7

RGB

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

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

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

R = 15.7%
G = 47.1%
B = 37.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#54FCC7 (or 0x54FCC7) is known color: Turquoise. HEX triplet: 54, FC and C7. RGB value is (84,252,199). Sum of RGB (Red+Green+Blue) = 84+252+199=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCC7 is #AB0338. Grayscale: #C3C3C3. Windows color (decimal): -11207481 or 13106260. OLE color: 13106260.

HSL color Cylindrical-coordinate representation of color #54FCC7: hue angle of 161.07º 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 #54FCC7 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 252 199 -
CMYK 0.67 0 0.21 0.01
HSL 161.07º 0.97% 0.66% -
HSV(B) 161.07º 0.67% 0.99% -
XYZ 48.78 75.63 66.06 -
YUV 195.73 129.84 48.31 -
System Red Green Blue C M Y K H S L
Decimal 84 252 199 0.67 0 0.21 0.01 161.07 0.97 0.66
Hex 54 FC C7 43 0 15 1 A1 61 42
Octal 124 374 307 103 0 25 1 241 141 102
Binary 1010100 11111100 11000111 1000011 0 10101 1 10100001 1100001 1000010

Color Harmonies of #54FCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FCC7

Black with #54FCC7

Text Example


Text Example

White with #54FCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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