Html Css Color HEX #47FEC5 Turquoise

📋 copy color: '#47FEC5'

red 71 ◦ green 254 ◦ blue 197

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

Shades of Turquoise #47FEC5

Tints of Turquoise #47FEC5

RGB

 RED value IS 71 (28.13% from 255) = 13.6%

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

 BLUE value IS 197 (77.34% from 255) = 37.74%

R = 13.6%
G = 48.66%
B = 37.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#47FEC5 (or 0x47FEC5) is known color: Turquoise. HEX triplet: 47, FE and C5. RGB value is (71,254,197). Sum of RGB (Red+Green+Blue) = 71+254+197=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEC5 is #B8013A. Grayscale: #C0C0C0. Windows color (decimal): -12058939 or 12975687. OLE color: 12975687.

HSL color Cylindrical-coordinate representation of color #47FEC5: hue angle of 161.31º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEC5 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 254 197 -
CMYK 0.72 0 0.22 0.00
HSL 161.31º 0.99% 0.64% -
HSV(B) 161.31º 0.72% 1% -
XYZ 48.12 76.25 65.01 -
YUV 192.79 130.37 41.13 -
System Red Green Blue C M Y K H S L
Decimal 71 254 197 0.72 0 0.22 0.00 161.31 0.99 0.64
Hex 47 FE C5 48 0 16 0 A1 63 40
Octal 107 376 305 110 0 26 0 241 143 100
Binary 1000111 11111110 11000101 1001000 0 10110 0 10100001 1100011 1000000

Color Harmonies of #47FEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEC5

Black with #47FEC5

Text Example


Text Example

White with #47FEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47FEC5; }

 p { color: rgb(71,254,197); }

 H1.HeaderClassName
 {
   color: #47FEC5;
 }
 .AnyTagClassName
 {
   color: #47FEC5;
 }
</style>

background-color css

<style>
 a { background-color: #47FEC5; }

 a { background-color: rgb(71,254,197); }

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

border-color css

<style>
 span { border-color: #47FEC5; }

 span { border-color: rgb(71,254,197); }

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