Html Css Color HEX #47F6B0 Turquoise

📋 copy color: '#47F6B0'

red 71 ◦ green 246 ◦ blue 176

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

Shades of Turquoise #47F6B0

Tints of Turquoise #47F6B0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 14.4%
G = 49.9%
B = 35.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#47F6B0 (or 0x47F6B0) is known color: Turquoise. HEX triplet: 47, F6 and B0. RGB value is (71,246,176). Sum of RGB (Red+Green+Blue) = 71+246+176=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F6B0 is #B8094F. Grayscale: #B9B9B9. Windows color (decimal): -12061008 or 11597383. OLE color: 11597383.

HSL color Cylindrical-coordinate representation of color #47F6B0: hue angle of 156º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F6B0 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 246 176 -
CMYK 0.71 0 0.28 0.04
HSL 156º 0.91% 0.62% -
HSV(B) 156º 0.71% 0.96% -
XYZ 43.39 70.39 52.37 -
YUV 185.7 122.52 46.19 -
System Red Green Blue C M Y K H S L
Decimal 71 246 176 0.71 0 0.28 0.04 156 0.91 0.62
Hex 47 F6 B0 47 0 1C 4 9C 5B 3E
Octal 107 366 260 107 0 34 4 234 133 76
Binary 1000111 11110110 10110000 1000111 0 11100 100 10011100 1011011 111110

Color Harmonies of #47F6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F6B0

Black with #47F6B0

Text Example


Text Example

White with #47F6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,246,176); }

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

background-color css

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

 a { background-color: rgb(71,246,176); }

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

border-color css

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

 span { border-color: rgb(71,246,176); }

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