Html Css Color HEX #47FAB0 Turquoise

📋 copy color: '#47FAB0'

red 71 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #47FAB0

Tints of Turquoise #47FAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.3%

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

R = 14.29%
G = 50.3%
B = 35.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#47FAB0 (or 0x47FAB0) is known color: Turquoise. HEX triplet: 47, FA and B0. RGB value is (71,250,176). Sum of RGB (Red+Green+Blue) = 71+250+176=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FAB0 is #B8054F. Grayscale: #BCBCBC. Windows color (decimal): -12059984 or 11598407. OLE color: 11598407.

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

Color convert

RGB 71 250 176 -
CMYK 0.72 0 0.30 0.02
HSL 155.2º 0.95% 0.63% -
HSV(B) 155.2º 0.72% 0.98% -
XYZ 44.62 72.85 52.78 -
YUV 188.04 121.2 44.52 -
System Red Green Blue C M Y K H S L
Decimal 71 250 176 0.72 0 0.30 0.02 155.2 0.95 0.63
Hex 47 FA B0 48 0 1E 2 9B 5F 3F
Octal 107 372 260 110 0 36 2 233 137 77
Binary 1000111 11111010 10110000 1001000 0 11110 10 10011011 1011111 111111

Color Harmonies of #47FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAB0

Black with #47FAB0

Text Example


Text Example

White with #47FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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