Html Css Color HEX #47FAB3 Turquoise

📋 copy color: '#47FAB3'

red 71 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #47FAB3

Tints of Turquoise #47FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 14.2%
G = 50%
B = 35.8%

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

#47FAB3 (or 0x47FAB3) is known color: Turquoise. HEX triplet: 47, FA and B3. RGB value is (71,250,179). Sum of RGB (Red+Green+Blue) = 71+250+179=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAB3 is #B8054C. Grayscale: #BCBCBC. Windows color (decimal): -12059981 or 11795015. OLE color: 11795015.

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

Color convert

RGB 71 250 179 -
CMYK 0.72 0 0.28 0.02
HSL 156.2º 0.95% 0.63% -
HSV(B) 156.2º 0.72% 0.98% -
XYZ 44.92 72.97 54.36 -
YUV 188.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 71 250 179 0.72 0 0.28 0.02 156.2 0.95 0.63
Hex 47 FA B3 48 0 1C 2 9C 5F 3F
Octal 107 372 263 110 0 34 2 234 137 77
Binary 1000111 11111010 10110011 1001000 0 11100 10 10011100 1011111 111111

Color Harmonies of #47FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAB3

Black with #47FAB3

Text Example


Text Example

White with #47FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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