Html Css Color HEX #47FCB0 Turquoise

📋 copy color: '#47FCB0'

red 71 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #47FCB0

Tints of Turquoise #47FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.5%

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

R = 14.23%
G = 50.5%
B = 35.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#47FCB0 (or 0x47FCB0) is known color: Turquoise. HEX triplet: 47, FC and B0. RGB value is (71,252,176). Sum of RGB (Red+Green+Blue) = 71+252+176=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FCB0 is #B8034F. Grayscale: #BDBDBD. Windows color (decimal): -12059472 or 11598919. OLE color: 11598919.

HSL color Cylindrical-coordinate representation of color #47FCB0: hue angle of 154.81º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCB0 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 252 176 -
CMYK 0.72 0 0.30 0.01
HSL 154.81º 0.97% 0.63% -
HSV(B) 154.81º 0.72% 0.99% -
XYZ 45.25 74.09 52.99 -
YUV 189.22 120.53 43.68 -
System Red Green Blue C M Y K H S L
Decimal 71 252 176 0.72 0 0.30 0.01 154.81 0.97 0.63
Hex 47 FC B0 48 0 1E 1 9B 61 3F
Octal 107 374 260 110 0 36 1 233 141 77
Binary 1000111 11111100 10110000 1001000 0 11110 1 10011011 1100001 111111

Color Harmonies of #47FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCB0

Black with #47FCB0

Text Example


Text Example

White with #47FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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