Html Css Color HEX #47FDC2 Turquoise

📋 copy color: '#47FDC2'

red 71 ◦ green 253 ◦ blue 194

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

Shades of Turquoise #47FDC2

Tints of Turquoise #47FDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 13.71%
G = 48.84%
B = 37.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#47FDC2 (or 0x47FDC2) is known color: Turquoise. HEX triplet: 47, FD and C2. RGB value is (71,253,194). Sum of RGB (Red+Green+Blue) = 71+253+194=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDC2 is #B8023D. Grayscale: #BFBFBF. Windows color (decimal): -12059198 or 12778823. OLE color: 12778823.

HSL color Cylindrical-coordinate representation of color #47FDC2: hue angle of 160.55º 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 #47FDC2 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 253 194 -
CMYK 0.72 0 0.23 0.01
HSL 160.55º 0.98% 0.64% -
HSV(B) 160.55º 0.72% 0.99% -
XYZ 47.46 75.49 63.11 -
YUV 191.86 129.2 41.8 -
System Red Green Blue C M Y K H S L
Decimal 71 253 194 0.72 0 0.23 0.01 160.55 0.98 0.64
Hex 47 FD C2 48 0 17 1 A1 62 40
Octal 107 375 302 110 0 27 1 241 142 100
Binary 1000111 11111101 11000010 1001000 0 10111 1 10100001 1100010 1000000

Color Harmonies of #47FDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDC2

Black with #47FDC2

Text Example


Text Example

White with #47FDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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