Html Css Color HEX #47FAB4 Turquoise

📋 copy color: '#47FAB4'

red 71 ◦ green 250 ◦ blue 180

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

Shades of Turquoise #47FAB4

Tints of Turquoise #47FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 14.17%
G = 49.9%
B = 35.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#47FAB4 (or 0x47FAB4) is known color: Turquoise. HEX triplet: 47, FA and B4. RGB value is (71,250,180). Sum of RGB (Red+Green+Blue) = 71+250+180=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAB4 is #B8054B. Grayscale: #BCBCBC. Windows color (decimal): -12059980 or 11860551. OLE color: 11860551.

HSL color Cylindrical-coordinate representation of color #47FAB4: hue angle of 156.54º 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 #47FAB4 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 180 -
CMYK 0.72 0 0.28 0.02
HSL 156.54º 0.95% 0.63% -
HSV(B) 156.54º 0.72% 0.98% -
XYZ 45.02 73.01 54.9 -
YUV 188.5 123.2 44.19 -
System Red Green Blue C M Y K H S L
Decimal 71 250 180 0.72 0 0.28 0.02 156.54 0.95 0.63
Hex 47 FA B4 48 0 1C 2 9D 5F 3F
Octal 107 372 264 110 0 34 2 235 137 77
Binary 1000111 11111010 10110100 1001000 0 11100 10 10011101 1011111 111111

Color Harmonies of #47FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAB4

Black with #47FAB4

Text Example


Text Example

White with #47FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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