Html Css Color HEX #47F3BA Turquoise

📋 copy color: '#47F3BA'

red 71 ◦ green 243 ◦ blue 186

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

Shades of Turquoise #47F3BA

Tints of Turquoise #47F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 14.2%
G = 48.6%
B = 37.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#47F3BA (or 0x47F3BA) is known color: Turquoise. HEX triplet: 47, F3 and BA. RGB value is (71,243,186). Sum of RGB (Red+Green+Blue) = 71+243+186=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F3BA is #B80C45. Grayscale: #B9B9B9. Windows color (decimal): -12061766 or 12251975. OLE color: 12251975.

HSL color Cylindrical-coordinate representation of color #47F3BA: hue angle of 160.12º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3BA is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 243 186 -
CMYK 0.71 0 0.23 0.05
HSL 160.12º 0.88% 0.62% -
HSV(B) 160.12º 0.71% 0.95% -
XYZ 43.51 68.99 57.48 -
YUV 185.07 128.52 46.63 -
System Red Green Blue C M Y K H S L
Decimal 71 243 186 0.71 0 0.23 0.05 160.12 0.88 0.62
Hex 47 F3 BA 47 0 17 5 A0 58 3E
Octal 107 363 272 107 0 27 5 240 130 76
Binary 1000111 11110011 10111010 1000111 0 10111 101 10100000 1011000 111110

Color Harmonies of #47F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F3BA

Black with #47F3BA

Text Example


Text Example

White with #47F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,243,186); }

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

background-color css

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

 a { background-color: rgb(71,243,186); }

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

border-color css

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

 span { border-color: rgb(71,243,186); }

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