Html Css Color HEX #47FFC0 Turquoise

📋 copy color: '#47FFC0'

red 71 ◦ green 255 ◦ blue 192

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

Shades of Turquoise #47FFC0

Tints of Turquoise #47FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 13.71%
G = 49.23%
B = 37.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#47FFC0 (or 0x47FFC0) is known color: Turquoise. HEX triplet: 47, FF and C0. RGB value is (71,255,192). Sum of RGB (Red+Green+Blue) = 71+255+192=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFC0 is #B8003F. Grayscale: #C0C0C0. Windows color (decimal): -12058688 or 12648263. OLE color: 12648263.

HSL color Cylindrical-coordinate representation of color #47FFC0: hue angle of 159.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFC0 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 192 -
CMYK 0.72 0 0.25 0
HSL 159.46º 1% 0.64% -
HSV(B) 159.46º 0.72% 1% -
XYZ 47.87 76.67 62.14 -
YUV 192.8 127.54 41.12 -
System Red Green Blue C M Y K H S L
Decimal 71 255 192 0.72 0 0.25 0 159.46 1 0.64
Hex 47 FF C0 48 0 19 0 9F 64 40
Octal 107 377 300 110 0 31 0 237 144 100
Binary 1000111 11111111 11000000 1001000 0 11001 0 10011111 1100100 1000000

Color Harmonies of #47FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFC0

Black with #47FFC0

Text Example


Text Example

White with #47FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,192); }

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

background-color css

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

 a { background-color: rgb(71,255,192); }

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

border-color css

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

 span { border-color: rgb(71,255,192); }

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