Html Css Color HEX #47FBAB Turquoise

📋 copy color: '#47FBAB'

red 71 ◦ green 251 ◦ blue 171

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

Shades of Turquoise #47FBAB

Tints of Turquoise #47FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 14.4%
G = 50.91%
B = 34.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#47FBAB (or 0x47FBAB) is known color: Turquoise. HEX triplet: 47, FB and AB. RGB value is (71,251,171). Sum of RGB (Red+Green+Blue) = 71+251+171=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FBAB is #B80454. Grayscale: #BCBCBC. Windows color (decimal): -12059733 or 11270983. OLE color: 11270983.

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

Color convert

RGB 71 251 171 -
CMYK 0.72 0 0.32 0.02
HSL 153.33º 0.96% 0.63% -
HSV(B) 153.33º 0.72% 0.98% -
XYZ 44.45 73.27 50.33 -
YUV 188.06 118.37 44.5 -
System Red Green Blue C M Y K H S L
Decimal 71 251 171 0.72 0 0.32 0.02 153.33 0.96 0.63
Hex 47 FB AB 48 0 20 2 99 60 3F
Octal 107 373 253 110 0 40 2 231 140 77
Binary 1000111 11111011 10101011 1001000 0 100000 10 10011001 1100000 111111

Color Harmonies of #47FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBAB

Black with #47FBAB

Text Example


Text Example

White with #47FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,251,171); }

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

background-color css

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

 a { background-color: rgb(71,251,171); }

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

border-color css

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

 span { border-color: rgb(71,251,171); }

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