Html Css Color HEX #47FBC5 Turquoise

📋 copy color: '#47FBC5'

red 71 ◦ green 251 ◦ blue 197

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

Shades of Turquoise #47FBC5

Tints of Turquoise #47FBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 13.68%
G = 48.36%
B = 37.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#47FBC5 (or 0x47FBC5) is known color: Turquoise. HEX triplet: 47, FB and C5. RGB value is (71,251,197). Sum of RGB (Red+Green+Blue) = 71+251+197=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBC5 is #B8043A. Grayscale: #BFBFBF. Windows color (decimal): -12059707 or 12974919. OLE color: 12974919.

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

Color convert

RGB 71 251 197 -
CMYK 0.72 0 0.22 0.02
HSL 162º 0.96% 0.63% -
HSV(B) 162º 0.72% 0.98% -
XYZ 47.17 74.37 64.69 -
YUV 191.02 131.37 42.39 -
System Red Green Blue C M Y K H S L
Decimal 71 251 197 0.72 0 0.22 0.02 162 0.96 0.63
Hex 47 FB C5 48 0 16 2 A2 60 3F
Octal 107 373 305 110 0 26 2 242 140 77
Binary 1000111 11111011 11000101 1001000 0 10110 10 10100010 1100000 111111

Color Harmonies of #47FBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBC5

Black with #47FBC5

Text Example


Text Example

White with #47FBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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