Html Css Color HEX #47FBC2 Turquoise

📋 copy color: '#47FBC2'

red 71 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #47FBC2

Tints of Turquoise #47FBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 13.76%
G = 48.64%
B = 37.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#47FBC2 (or 0x47FBC2) is known color: Turquoise. HEX triplet: 47, FB and C2. RGB value is (71,251,194). Sum of RGB (Red+Green+Blue) = 71+251+194=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBC2 is #B8043D. Grayscale: #BEBEBE. Windows color (decimal): -12059710 or 12778311. OLE color: 12778311.

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

Color convert

RGB 71 251 194 -
CMYK 0.72 0 0.23 0.02
HSL 161º 0.96% 0.63% -
HSV(B) 161º 0.72% 0.98% -
XYZ 46.83 74.23 62.9 -
YUV 190.68 129.87 42.63 -
System Red Green Blue C M Y K H S L
Decimal 71 251 194 0.72 0 0.23 0.02 161 0.96 0.63
Hex 47 FB C2 48 0 17 2 A1 60 3F
Octal 107 373 302 110 0 27 2 241 140 77
Binary 1000111 11111011 11000010 1001000 0 10111 10 10100001 1100000 111111

Color Harmonies of #47FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBC2

Black with #47FBC2

Text Example


Text Example

White with #47FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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