Html Css Color HEX #47F8C2 Turquoise

📋 copy color: '#47F8C2'

red 71 ◦ green 248 ◦ blue 194

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

Shades of Turquoise #47F8C2

Tints of Turquoise #47F8C2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.34%

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

R = 13.84%
G = 48.34%
B = 37.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#47F8C2 (or 0x47F8C2) is known color: Turquoise. HEX triplet: 47, F8 and C2. RGB value is (71,248,194). Sum of RGB (Red+Green+Blue) = 71+248+194=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F8C2 is #B8073D. Grayscale: #BCBCBC. Windows color (decimal): -12060478 or 12777543. OLE color: 12777543.

HSL color Cylindrical-coordinate representation of color #47F8C2: hue angle of 161.69º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8C2 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 248 194 -
CMYK 0.71 0 0.22 0.03
HSL 161.69º 0.93% 0.63% -
HSV(B) 161.69º 0.71% 0.97% -
XYZ 45.9 72.37 62.59 -
YUV 188.92 130.86 43.89 -
System Red Green Blue C M Y K H S L
Decimal 71 248 194 0.71 0 0.22 0.03 161.69 0.93 0.63
Hex 47 F8 C2 47 0 16 3 A2 5D 3F
Octal 107 370 302 107 0 26 3 242 135 77
Binary 1000111 11111000 11000010 1000111 0 10110 11 10100010 1011101 111111

Color Harmonies of #47F8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F8C2

Black with #47F8C2

Text Example


Text Example

White with #47F8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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