Html Css Color HEX #47FDC6 Turquoise

📋 copy color: '#47FDC6'

red 71 ◦ green 253 ◦ blue 198

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

Shades of Turquoise #47FDC6

Tints of Turquoise #47FDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 13.6%
G = 48.47%
B = 37.93%

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

#47FDC6 (or 0x47FDC6) is known color: Turquoise. HEX triplet: 47, FD and C6. RGB value is (71,253,198). Sum of RGB (Red+Green+Blue) = 71+253+198=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDC6 is #B80239. Grayscale: #C0C0C0. Windows color (decimal): -12059194 or 13040967. OLE color: 13040967.

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

Color convert

RGB 71 253 198 -
CMYK 0.72 0 0.22 0.01
HSL 161.87º 0.98% 0.64% -
HSV(B) 161.87º 0.72% 0.99% -
XYZ 47.92 75.67 65.51 -
YUV 192.31 131.2 41.47 -
System Red Green Blue C M Y K H S L
Decimal 71 253 198 0.72 0 0.22 0.01 161.87 0.98 0.64
Hex 47 FD C6 48 0 16 1 A2 62 40
Octal 107 375 306 110 0 26 1 242 142 100
Binary 1000111 11111101 11000110 1001000 0 10110 1 10100010 1100010 1000000

Color Harmonies of #47FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDC6

Black with #47FDC6

Text Example


Text Example

White with #47FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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