Html Css Color HEX #47FCAB Turquoise

📋 copy color: '#47FCAB'

red 71 ◦ green 252 ◦ blue 171

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

Shades of Turquoise #47FCAB

Tints of Turquoise #47FCAB

RGB

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

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

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

R = 14.37%
G = 51.01%
B = 34.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#47FCAB (or 0x47FCAB) is known color: Turquoise. HEX triplet: 47, FC and AB. RGB value is (71,252,171). Sum of RGB (Red+Green+Blue) = 71+252+171=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FCAB is #B80354. Grayscale: #BCBCBC. Windows color (decimal): -12059477 or 11271239. OLE color: 11271239.

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

Color convert

RGB 71 252 171 -
CMYK 0.72 0 0.32 0.01
HSL 153.15º 0.97% 0.63% -
HSV(B) 153.15º 0.72% 0.99% -
XYZ 44.76 73.9 50.43 -
YUV 188.65 118.03 44.09 -
System Red Green Blue C M Y K H S L
Decimal 71 252 171 0.72 0 0.32 0.01 153.15 0.97 0.63
Hex 47 FC AB 48 0 20 1 99 61 3F
Octal 107 374 253 110 0 40 1 231 141 77
Binary 1000111 11111100 10101011 1001000 0 100000 1 10011001 1100001 111111

Color Harmonies of #47FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCAB

Black with #47FCAB

Text Example


Text Example

White with #47FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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