Html Css Color HEX #47FFB8 Turquoise

📋 copy color: '#47FFB8'

red 71 ◦ green 255 ◦ blue 184

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

Shades of Turquoise #47FFB8

Tints of Turquoise #47FFB8

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 184 (72.27% from 255) = 36.08%

R = 13.92%
G = 50%
B = 36.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#47FFB8 (or 0x47FFB8) is known color: Turquoise. HEX triplet: 47, FF and B8. RGB value is (71,255,184). Sum of RGB (Red+Green+Blue) = 71+255+184=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFB8 is #B80047. Grayscale: #BFBFBF. Windows color (decimal): -12058696 or 12123975. OLE color: 12123975.

HSL color Cylindrical-coordinate representation of color #47FFB8: hue angle of 156.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFB8 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 184 -
CMYK 0.72 0 0.28 0
HSL 156.85º 1% 0.64% -
HSV(B) 156.85º 0.72% 1% -
XYZ 47.01 76.32 57.6 -
YUV 191.89 123.54 41.77 -
System Red Green Blue C M Y K H S L
Decimal 71 255 184 0.72 0 0.28 0 156.85 1 0.64
Hex 47 FF B8 48 0 1C 0 9D 64 40
Octal 107 377 270 110 0 34 0 235 144 100
Binary 1000111 11111111 10111000 1001000 0 11100 0 10011101 1100100 1000000

Color Harmonies of #47FFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFB8

Black with #47FFB8

Text Example


Text Example

White with #47FFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,184); }

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

background-color css

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

 a { background-color: rgb(71,255,184); }

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

border-color css

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

 span { border-color: rgb(71,255,184); }

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