Html Css Color HEX #47FDC5 Turquoise

📋 copy color: '#47FDC5'

red 71 ◦ green 253 ◦ blue 197

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

Shades of Turquoise #47FDC5

Tints of Turquoise #47FDC5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

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

R = 13.63%
G = 48.56%
B = 37.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#47FDC5 (or 0x47FDC5) is known color: Turquoise. HEX triplet: 47, FD and C5. RGB value is (71,253,197). Sum of RGB (Red+Green+Blue) = 71+253+197=521 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.63% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDC5 is #B8023A. Grayscale: #C0C0C0. Windows color (decimal): -12059195 or 12975431. OLE color: 12975431.

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

Color convert

RGB 71 253 197 -
CMYK 0.72 0 0.22 0.01
HSL 161.54º 0.98% 0.64% -
HSV(B) 161.54º 0.72% 0.99% -
XYZ 47.8 75.62 64.9 -
YUV 192.2 130.7 41.55 -
System Red Green Blue C M Y K H S L
Decimal 71 253 197 0.72 0 0.22 0.01 161.54 0.98 0.64
Hex 47 FD C5 48 0 16 1 A2 62 40
Octal 107 375 305 110 0 26 1 242 142 100
Binary 1000111 11111101 11000101 1001000 0 10110 1 10100010 1100010 1000000

Color Harmonies of #47FDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDC5

Black with #47FDC5

Text Example


Text Example

White with #47FDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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