Html Css Color HEX #47FEB9 Turquoise

📋 copy color: '#47FEB9'

red 71 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #47FEB9

Tints of Turquoise #47FEB9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 13.92%
G = 49.8%
B = 36.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#47FEB9 (or 0x47FEB9) is known color: Turquoise. HEX triplet: 47, FE and B9. RGB value is (71,254,185). Sum of RGB (Red+Green+Blue) = 71+254+185=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEB9 is #B80146. Grayscale: #BFBFBF. Windows color (decimal): -12058951 or 12189255. OLE color: 12189255.

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

Color convert

RGB 71 254 185 -
CMYK 0.72 0 0.27 0.00
HSL 157.38º 0.99% 0.64% -
HSV(B) 157.38º 0.72% 1% -
XYZ 46.8 75.73 58.05 -
YUV 191.42 124.37 42.11 -
System Red Green Blue C M Y K H S L
Decimal 71 254 185 0.72 0 0.27 0.00 157.38 0.99 0.64
Hex 47 FE B9 48 0 1B 0 9D 63 40
Octal 107 376 271 110 0 33 0 235 143 100
Binary 1000111 11111110 10111001 1001000 0 11011 0 10011101 1100011 1000000

Color Harmonies of #47FEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEB9

Black with #47FEB9

Text Example


Text Example

White with #47FEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,185); }

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

background-color css

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

 a { background-color: rgb(71,254,185); }

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

border-color css

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

 span { border-color: rgb(71,254,185); }

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